IdentityDomainDoesNotExistException Constructor (String)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IdentityDomainDoesNotExistException Class

IdentityDomainDoesNotExistException Overload

Microsoft.TeamFoundation.Framework.Server Namespace