Click or drag to resize
Sandcastle Help File BuilderBuilderException Constructor
There are six overloads for the constructor
Overload List
  NameDescription
Public methodBuilderException
Default constructor.
Public methodBuilderException(String)
Initializes a new instance of the Exception class with a specified error message.
Protected methodBuilderException(SerializationInfo, StreamingContext)
Deserialization constructor for use with ISerializable.
Public methodBuilderException(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.
Public methodBuilderException(String, String)
This constructor takes an error code and a message string
Public methodBuilderException(String, String, Exception)
This constructor takes an error code, a message string, and an inner exception.
Top
See Also