DocumenterException Constructor

NDoc Core

NDoc Documentation

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.

public DocumenterException(string);

Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the root cause of this exception.

public DocumenterException(string,Exception);

See Also

DocumenterException Class | NDoc.Core Namespace