NDoc 1.3.1 SDK

DocumenterException Constructor

Initializes a new instance of the DocumenterException class with the specified message.

Overload List

Initializes a new instance of the DocumenterException class with the specified message.

[Visual Basic] Public Sub New(ByVal String)
[C#] public DocumenterException(string);
[C++] public: DocumenterException(String*);
[JScript] public function DocumenterException(String);

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 String,ByVal Exception)
[C#] public DocumenterException(string,Exception);
[C++] public: DocumenterException(String*,Exception*);
[JScript] public function DocumenterException(String,Exception);

See Also

DocumenterException Class | NDoc.Core Namespace