UnexpectedErrorException Constructor (String)

Initializes a new UnexpectedErrorException instance.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public UnexpectedErrorException(
    string message
)
public:
UnexpectedErrorException(
    String^ message
)
new : 
        message:string -> UnexpectedErrorException
public function UnexpectedErrorException(
    message : String
)

Parameters

  • message
    Type: System.String

    The message that describes this exception.

.NET Framework Security

See Also

Reference

UnexpectedErrorException Class

UnexpectedErrorException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace