ADServerDownException Constructors

Definition

Overloads

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

ADServerDownException()

public ADServerDownException ();

Applies to

ADServerDownException(String)

public ADServerDownException (string message);

Parameters

message
String

Applies to

ADServerDownException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

ADServerDownException(String, Exception)

public ADServerDownException (string message, Exception innerException);

Parameters

message
String
innerException
Exception

Applies to

ADServerDownException(String, Int32)

public ADServerDownException (string message, int errorCode);

Parameters

message
String
errorCode
Int32

Applies to

ADServerDownException(String, String)

public ADServerDownException (string message, string serverName);

Parameters

message
String
serverName
String

Applies to

ADServerDownException(String, Exception, String)

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

Parameters

message
String
innerException
Exception
serverName
String

Applies to

ADServerDownException(String, String, Int32)

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

Parameters

message
String
serverName
String
errorCode
Int32

Applies to

ADServerDownException(String, Exception, String, Int32)

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

Parameters

message
String
innerException
Exception
serverName
String
errorCode
Int32

Applies to