CustomException Constructor

Sandcastle XML Comments

Sandcastle XML Comments Guide CustomException Constructor
There are four overloads for the constructor
Overload List
  Name Description
Public method CustomException
Default constructor.
Public method CustomException(String)
Initializes a new instance of the Exception class with a specified error message.
Protected method CustomException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
Public method CustomException(String, Exception)
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also