HostStatusChangeException Constructor (String, Exception)

Initializes a new instance of the HostStatusChangeException class by using the specified message and inner exception.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public HostStatusChangeException(
    string message,
    Exception ex
)
public:
HostStatusChangeException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> HostStatusChangeException
public function HostStatusChangeException(
    message : String, 
    ex : Exception
)

Parameters

  • message
    Type: System.String
    A user-readable message that states the error.

.NET Framework Security

See Also

Reference

HostStatusChangeException Class

HostStatusChangeException Overload

Microsoft.TeamFoundation.Framework.Client Namespace