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)

Creates the isolated storage exception object with specified message string.

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

Parameters

message
String message describing the specific isolated storage exception

See Also

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