ADIdentityAlreadyExistsException Constructors

Definition

Overloads

ADIdentityAlreadyExistsException()
ADIdentityAlreadyExistsException(String)
ADIdentityAlreadyExistsException(SerializationInfo, StreamingContext)
ADIdentityAlreadyExistsException(String, Exception)
ADIdentityAlreadyExistsException(String, Int32)
ADIdentityAlreadyExistsException(String, Exception, Int32)
ADIdentityAlreadyExistsException(String, Exception, Int32, String)

ADIdentityAlreadyExistsException()

public ADIdentityAlreadyExistsException ();

Applies to

ADIdentityAlreadyExistsException(String)

public ADIdentityAlreadyExistsException (string message);

Parameters

message
String

Applies to

ADIdentityAlreadyExistsException(SerializationInfo, StreamingContext)

protected ADIdentityAlreadyExistsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

Applies to

ADIdentityAlreadyExistsException(String, Exception)

public ADIdentityAlreadyExistsException (string message, Exception innerException);

Parameters

message
String
innerException
Exception

Applies to

ADIdentityAlreadyExistsException(String, Int32)

public ADIdentityAlreadyExistsException (string message, int errorCode);

Parameters

message
String
errorCode
Int32

Applies to

ADIdentityAlreadyExistsException(String, Exception, Int32)

public ADIdentityAlreadyExistsException (string message, Exception innerException, int errorCode);

Parameters

message
String
innerException
Exception
errorCode
Int32

Applies to

ADIdentityAlreadyExistsException(String, Exception, Int32, String)

public ADIdentityAlreadyExistsException (string message, Exception innerException, int errorCode, string serverErrorMessage);

Parameters

message
String
innerException
Exception
errorCode
Int32
serverErrorMessage
String

Applies to