This documentation is archived and is not being maintained.

IdentityNotExistException Constructor (String)

Initializes a new IdentityNotExistException instance.

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

public:
IdentityNotExistException(
	String^ message
)

Parameters

message
Type: System::String

The message for the exception.

Show: