ADException 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
ADException()
public ADException();
Applies to
ADException(String)
public ADException(string message);
Parameters
- message
- System.String
Applies to
ADException(SerializationInfo, StreamingContext)
protected ADException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters
- info
- System.Runtime.Serialization.SerializationInfo
- context
- System.Runtime.Serialization.StreamingContext
Applies to
ADException(String, Exception)
public ADException(string message, Exception innerException);
Parameters
- message
- System.String
- innerException
- System.Exception
Applies to
ADException(String, Int32)
public ADException(string message, int errorCode);
Parameters
- message
- System.String
- errorCode
- System.Int32
Applies to
ADException(String, String)
public ADException(string message, string serverErrorMessage);
Parameters
- message
- System.String
- serverErrorMessage
- System.String
Applies to
ADException(String, Exception, Int32)
public ADException(string message, Exception inner, int errorCode);
Parameters
- message
- System.String
- inner
- System.Exception
- errorCode
- System.Int32
Applies to
ADException(String, Exception, String)
public ADException(string message, Exception inner, string serverErrorMessage);
Parameters
- message
- System.String
- inner
- System.Exception
- serverErrorMessage
- System.String
Applies to
ADException(String, Int32, String)
public ADException(string message, int errorCode, string serverErrorMessage);
Parameters
- message
- System.String
- errorCode
- System.Int32
- serverErrorMessage
- System.String
Applies to
ADException(String, Exception, Int32, String)
public ADException(string message, Exception inner, int errorCode, string serverErrorMessage);
Parameters
- message
- System.String
- inner
- System.Exception
- errorCode
- System.Int32
- serverErrorMessage
- System.String