[Visual Basic] Public Sub New(ByVal String)
[C#] public CustomCommandException(string);
[C++] public: CustomCommandException(String*);
[JScript] public function CustomCommandException(String);
[Visual Basic] Public Sub New(ByVal String,ByVal Exception)
[C#] public CustomCommandException(string,Exception);
[C++] public: CustomCommandException(String*,Exception*);
[JScript] public function CustomCommandException(String,Exception);
CustomCommandException Class | White.Core.CustomCommands Namespace