BuilderException(String, String, Exception) Constructor
This constructor takes an error code, a message string, and an inner exception
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public BuilderException(
string code,
string message,
Exception innerException
)
Public Sub New (
code As String,
message As String,
innerException As Exception
)
public:
BuilderException(
String^ code,
String^ message,
Exception^ innerException
)
new :
code : string *
message : string *
innerException : Exception -> BuilderException
Parameters
- code String
- The error code. The suggested format is one to four letters to identify the
component or process followed by four digits, zero padded to the left, with no spaces.
- message String
- The exception message
- innerException Exception
- The inner exception