Click or drag to resize
Sandcastle Help File BuilderInheritedDocsException Constructor
There are three overloads for the constructor
Overload List
  NameDescription
Public methodInheritedDocsException
Default constructor.
Public methodInheritedDocsException(String)
Initializes a new instance of the Exception class with a specified error message.
Protected methodInheritedDocsException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
Public methodInheritedDocsException(String, Exception)
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also