BuilderException Constructor |
Name | Description | |
---|---|---|
BuilderException |
Default constructor.
| |
BuilderException(String) | Initializes a new instance of the Exception class with a specified error message. | |
BuilderException(SerializationInfo, StreamingContext) |
Deserialization constructor for use with
ISerializable.
| |
BuilderException(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. | |
BuilderException(String, String) |
This constructor takes an error code and a message string
| |
BuilderException(String, String, Exception) |
This constructor takes an error code, a message string, and an
inner exception.
|