An NDoc Documented Class Library

ControlDictionaryException Constructor (String, Exception)

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

See Also

ControlDictionaryException Class | White.Core.Mappings Namespace | ControlDictionaryException Constructor Overload List