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 (String, Exception)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String, _
   ByVal inner As Exception _
)
[C#]
public IsolatedStorageException(
   string message,
   Exception inner
);
[C++]
public: IsolatedStorageException(
   String* message,
   Exception* inner
);
[JScript]
public function IsolatedStorageException(
   message : String,
   inner : Exception
);

Parameters

message
String message describing the specific isolated storage exception
inner
[To be supplied.]

See Also

IsolatedStorageException Class | IsolatedStorageException Members | System.IO.IsolatedStorage Namespace | IsolatedStorageException Constructor Overload List