NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorageException Constructor

[To be supplied.]

Overload List

Creates the isolated storage exception object.

[Visual Basic] Overloads Public Sub New()
[C#] public IsolatedStorageException();
[C++] public: IsolatedStorageException();
[JScript] public function IsolatedStorageException();

Creates the isolated storage exception object with specified message string.

[Visual Basic] Overloads Public Sub New(String)
[C#] public IsolatedStorageException(String);
[C++] public: IsolatedStorageException(String*);
[JScript] public function IsolatedStorageException(String);

Creates the isolated storage exception object with specified message string and inner exception.

[Visual Basic] Overloads Public Sub New(String, Exception)
[C#] public IsolatedStorageException(String, Exception);
[C++] public: IsolatedStorageException(String*, Exception);
[JScript] public function IsolatedStorageException(String, Exception);

See Also

IsolatedStorageException Class | IsolatedStorageException Members | System.IO.IsolatedStorage Namespace