NDoc 1.3.1 SDK

DocumenterException Class

Represents an exception thrown when attempting to build documentation.

For a list of all members of this type, see DocumenterException Members.

System.Object
   System.Exception
      System.ApplicationException
         NDoc.Core.DocumenterException

[Visual Basic]
<Serializable>
Public Class DocumenterException     Inherits ApplicationException [C#]
[Serializable]
public class DocumenterException : ApplicationException [C++]
[Serializable]
public __gc class DocumenterException : public ApplicationException [JScript] public 
   Serializable
class DocumenterException extends ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NDoc.Core

Assembly: NDoc.Core (in NDoc.Core.dll)

See Also

DocumenterException Members | NDoc.Core Namespace