This exception class is thrown by the application if it encounters an
unrecoverable error.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public class BuilderException : Exception |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class BuilderException _ Inherits Exception |