[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 );
CustomCommandException Class | White.Core.CustomCommands Namespace | CustomCommandException Constructor Overload List