March 2002
Intermediate to advanced
864 pages
31h 8m
English
IsolatedStorageException
This exception represents isolated storage errors.
public class IsolatedStorageException : Exception { // Public Constructors public method IsolatedStorageException(); public method IsolatedStorageException(string message); public method IsolatedStorageException(string message, Exception inner); // Protected Constructors protected method IsolatedStorageException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→IsolatedStorageException