IsolatedStorageException Constructor
Initializes a new instance of the IsolatedStorageException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | IsolatedStorageException() | Initializes a new instance of the IsolatedStorageException class with default properties. |
![]() | IsolatedStorageException(SerializationInfo^, StreamingContext) | Initializes a new instance of the IsolatedStorageException class with serialized data. |
![]() | IsolatedStorageException(String^) | Initializes a new instance of the IsolatedStorageException class with a specified error message. |
![]() | IsolatedStorageException(String^, Exception^) | Initializes a new instance of the IsolatedStorageException class with a specified error message and a reference to the inner exception that is the cause of this exception. |

