Share via


IdentityNotServiceIdentityException Constructor (String)

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IdentityNotServiceIdentityException Class

IdentityNotServiceIdentityException Overload

Microsoft.VisualStudio.Services.Identity Namespace