CommandException Class
An exception thrown by the Command instances.
Namespace: Microsoft.Practices.CompositeUI.Commands
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CommandException
Inherits Exception
'Usage
Dim instance As CommandException
[SerializableAttribute]
public class CommandException : Exception
[SerializableAttribute]
public ref class CommandException : public Exception
/** @attribute SerializableAttribute() */
public class CommandException extends Exception
SerializableAttribute
public class CommandException extends Exception
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Practices.CompositeUI.Commands.CommandException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
CommandException Members
Microsoft.Practices.CompositeUI.Commands Namespace