An NDoc Documented Class Library

CustomCommandException Constructor

Overload List

 

[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);

See Also

CustomCommandException Class | White.Core.CustomCommands Namespace