UnexpectedHostTypeException Constructor (String, Exception)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

UnexpectedHostTypeException Class

UnexpectedHostTypeException Overload

Microsoft.TeamFoundation.Framework.Client Namespace