ADServerDownException Constructors

Definition

Overloads

ADServerDownException()

public ADServerDownException();

Applies to

ADServerDownException(String)

public ADServerDownException(string message);

Parameters

message
System.String

Applies to

ADServerDownException(SerializationInfo, StreamingContext)

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

Parameters

info
System.Runtime.Serialization.SerializationInfo
context
System.Runtime.Serialization.StreamingContext

Applies to

ADServerDownException(String, Exception)

public ADServerDownException(string message, Exception innerException);

Parameters

message
System.String
innerException
System.Exception

Applies to

ADServerDownException(String, Int32)

public ADServerDownException(string message, int errorCode);

Parameters

message
System.String
errorCode
System.Int32

Applies to

ADServerDownException(String, String)

public ADServerDownException(string message, string serverName);

Parameters

message
System.String
serverName
System.String

Applies to

ADServerDownException(String, Exception, String)

public ADServerDownException(string message, Exception innerException, string serverName);

Parameters

message
System.String
innerException
System.Exception
serverName
System.String

Applies to

ADServerDownException(String, String, Int32)

public ADServerDownException(string message, string serverName, int errorCode);

Parameters

message
System.String
serverName
System.String
errorCode
System.Int32

Applies to

ADServerDownException(String, Exception, String, Int32)

public ADServerDownException(string message, Exception innerException, string serverName, int errorCode);

Parameters

message
System.String
innerException
System.Exception
serverName
System.String
errorCode
System.Int32

Applies to