Share via


IdentityNotExistException Constructor (String)

Initializes a new IdentityNotExistException 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 IdentityNotExistException(
    string message
)
public:
IdentityNotExistException(
    String^ message
)
new : 
        message:string -> IdentityNotExistException
public function IdentityNotExistException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

IdentityNotExistException Class

IdentityNotExistException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace