NDoc 1.3.1 SDK

DocumenterPropertyFormatException Class

This exception is thrown when there were invalid values in the documenter properties.

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

System.Object
   System.Exception
      System.ApplicationException
         NDoc.Core.DocumenterPropertyFormatException

[Visual Basic]
<Serializable>
Public Class DocumenterPropertyFormatException     Inherits ApplicationException [C#]
[Serializable]
public class DocumenterPropertyFormatException : ApplicationException [C++]
[Serializable]
public __gc class DocumenterPropertyFormatException : public ApplicationException [JScript] public 
   Serializable
class DocumenterPropertyFormatException 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

DocumenterPropertyFormatException Members | NDoc.Core Namespace