NDoc 1.3.1 SDK

DocumenterPropertyFormatException Constructor (String, Exception)

[Visual Basic]
Public Sub New( _ 
   ByVal message As String, _ 
   ByVal inner As Exception _ 
)
[C#]
public DocumenterPropertyFormatException(
   string message,
   Exception inner
);
[C++]
public: DocumenterPropertyFormatException(
   String* message,
   Exception* inner
);
[JScript]
public function DocumenterPropertyFormatException(
   String message,
   Exception inner
);

See Also

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