An NDoc Documented Class Library

CustomCommandException Class

For a list of all members of this type, see CustomCommandException Members.

System.Object
   System.Exception
      White.Core.CustomCommands.CustomCommandException

[Visual Basic]
Public Class CustomCommandException
    Inherits Exception
[C#]
public class CustomCommandException : Exception
[C++]
public __gc class CustomCommandException : public Exception
[JScript]
public class CustomCommandException extends Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: White.Core.CustomCommands

Assembly: White.Core (in White.Core.dll)

See Also

CustomCommandException Members | White.Core.CustomCommands Namespace