An NDoc Documented Class Library

CustomCommandException Constructor (String, Exception)

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

See Also

CustomCommandException Class | White.Core.CustomCommands Namespace | CustomCommandException Constructor Overload List