StateException Class

An Exception thrown by StateElement

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class StateException
    Inherits Exception
'Usage
Dim instance As StateException
[SerializableAttribute] 
public class StateException : Exception
[SerializableAttribute] 
public ref class StateException : public Exception
/** @attribute SerializableAttribute() */ 
public class StateException extends Exception
SerializableAttribute 
public class StateException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.Practices.CompositeUI.StateException

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

StateException Members
Microsoft.Practices.CompositeUI Namespace