DocumenterException Constructor (String, Exception)

NDoc Core

NDoc Documentation

DocumenterException Constructor (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 root cause of this exception.

public DocumenterException(
   string message,
   Exception inner
);

Parameters

message
The error message that explains the reason for the exception.
inner
An instance of Exception that is the cause of the current Exception. If inner is non-null, then the current Exception is raised in a catch block handling inner.

See Also

DocumenterException Class | NDoc.Core Namespace | DocumenterException Constructor Overload List