Ilumnis Authentication

StorageException Constructor

Constructs storage exception with no description.

Overload List

Constructs storage exception with no description.

public StorageException();

Deserializing constructor.

public StorageException(SerializationInfo,StreamingContext);

Constructs storage exception with descriptive message.

public StorageException(string);

Constructs wrapper storage exception, used to wrap unhandled exceptions catched by IExSys.Authentication module.

public StorageException(string,Exception);

See Also

StorageException Class | IExSys.Authentication.Exceptions Namespace