ADServerDownException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ();
ADServerDownException(String)
public ADServerDownException (string message);
Parameters
ADServerDownException(SerializationInfo, StreamingContext)
protected ADServerDownException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters
ADServerDownException(String, Exception)
public ADServerDownException (string message, Exception innerException);
Parameters
ADServerDownException(String, Int32)
public ADServerDownException (string message, int errorCode);
Parameters
ADServerDownException(String, String)
public ADServerDownException (string message, string serverName);
Parameters
ADServerDownException(String, Exception, String)
public ADServerDownException (string message, Exception innerException, string serverName);
Parameters
ADServerDownException(String, String, Int32)
public ADServerDownException (string message, string serverName, int errorCode);
Parameters
ADServerDownException(String, Exception, String, Int32)
public ADServerDownException (string message, Exception innerException, string serverName, int errorCode);
Parameters