BuilderException.BuilderException Constructor
Definition
- Namespace
- Sandcastle.Core.BuildEngine
- Assembly
- Sandcastle.Core.dll
BuilderException()
Default constructor.
public BuilderException()
BuilderException(string)
BuilderException(string, Exception)
public BuilderException(string message, Exception innerException)
Parameters
BuilderException(string, string)
This constructor takes an error code and a message string
public BuilderException(string code, string message)
Parameters
BuilderException(string, string, Exception)
This constructor takes an error code, a message string, and an inner exception
public BuilderException(string code, string message, Exception innerException)
Parameters
BuilderException(SerializationInfo, StreamingContext)
Deserialization constructor for use with ISerializable
protected BuilderException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe serialization info object
contextStreamingContextThe streaming context object