[ Team LiB ] Previous Section Next Section

IsolatedStorageExceptionserializable

System.IO.IsolatedStorage (mscorlib.dll)class

This exception represents isolated storage errors.

public class IsolatedStorageException : Exception {
// Public Constructors
   public IsolatedStorageException( );
   public IsolatedStorageException(string message);
   public IsolatedStorageException(string message, Exception inner);
// Protected Constructors
   protected IsolatedStorageException(System.Runtime.Serialization.SerializationInfo info,
       System.Runtime.Serialization.StreamingContext context);
}

Hierarchy

System.Object System.Exception(System.Runtime.Serialization.ISerializable) IsolatedStorageException

    [ Team LiB ] Previous Section Next Section