Initializes a new instance of the DocumenterException class with a specified error message and a reference to the inner exception that is the root cause of this exception.
[Visual Basic] Public Sub New( _ ByVal message As String, _ ByVal inner As Exception _ ) [C#] public DocumenterException( string message, Exception inner ); [C++] public: DocumenterException( String* message, Exception* inner ); [JScript] public function DocumenterException( String message, Exception inner );
DocumenterException Class | NDoc.Core Namespace | DocumenterException Constructor Overload List