Share via


IdentityNotFoundException Constructor (String)

Encapsulates a message string into an IdentityNotFoundException.

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

Syntax

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

Parameters

  • message
    Type: System.String
    A message that describes the exception.

.NET Framework Security

See Also

Reference

IdentityNotFoundException Class

IdentityNotFoundException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace