Click or drag to resize
Sandcastle Help File BuilderInheritedDocsException Constructor (String)
Initializes a new instance of the Exception class with a specified error message.

Namespace: SandcastleBuilder.Utils.InheritedDocumentation
Assemblies:  GenerateInheritedDocs (in GenerateInheritedDocs.exe) Version: 2014.11.22.0
  SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public InheritedDocsException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also