Builder ExceptionError Code Property
Get the error code associated with the exception
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ErrorCode { get; }VB
Public ReadOnly Property ErrorCode As String
GetC++
public:
property String^ ErrorCode {
String^ get ();
}F#
member ErrorCode : string with get