This exception class is thrown by the application if it encounters an unrecoverable error.

Namespace: SandcastleBuilder.Utils
Assembly: 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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    SandcastleBuilder.Utils..::..BuilderException

See Also