Share via


StatePersistenceException Class

Exception thrown by IStatePersistenceService implementations whenever a module fails to load.

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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.Practices.CompositeUI.Services.StatePersistenceException

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

StatePersistenceException Members
Microsoft.Practices.CompositeUI.Services Namespace