An NDoc Documented Class Library

CustomCommandException Constructor (String)

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

See Also

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