ADIdentityNotFoundException Constructors

Definition

Overloads

ADIdentityNotFoundException()
ADIdentityNotFoundException(String)
ADIdentityNotFoundException(SerializationInfo, StreamingContext)
ADIdentityNotFoundException(String, Exception)

ADIdentityNotFoundException()

public ADIdentityNotFoundException ();

Applies to

ADIdentityNotFoundException(String)

public ADIdentityNotFoundException (string message);

Parameters

message
String

Applies to

ADIdentityNotFoundException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

ADIdentityNotFoundException(String, Exception)

public ADIdentityNotFoundException (string message, Exception innerException);

Parameters

message
String
innerException
Exception

Applies to