An NDoc Documented Class Library

WhiteException Constructor (String, Exception)

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

See Also

WhiteException Class | White.Core Namespace | WhiteException Constructor Overload List