| BuilderException Constructor (String, String) |
This constructor takes an error code and a message string
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public BuilderException(
string code,
string message
)
Public Sub New (
code As String,
message As String
)
public:
BuilderException(
String^ code,
String^ message
)
new :
code : string *
message : string -> BuilderException
Parameters
- code
- Type: SystemString
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
- Type: SystemString
The exception message
See Also