BuilderException Class
Definition
- Namespace
- Sandcastle.Core.BuildEngine
- Assembly
- Sandcastle.Core.dll
This exception class is thrown by the application if it encounters an unrecoverable error
[Serializable]
public class BuilderException : Exception, ISerializable
- Inheritance
-
BuilderException
- Implements
Constructors
| BuilderException() |
Default constructor. |
| BuilderException(SerializationInfo, StreamingContext) |
Deserialization constructor for use with ISerializable |
| BuilderException(string) | |
| BuilderException(string, 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 |
Properties
| ErrorCode |
Get the error code associated with the exception |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
This implements the ISerializable interface and adds the error code to the serialization information. |
Extension Methods
| BuildComponentUtilities.GetExceptionMessage(Exception) |
This exception class is thrown by the application if it encounters an unrecoverable error |