Ilumnis Authentication

StorageDeleteException Constructor

Constructs storage delete exception with no description.

Overload List

Constructs storage delete exception with no description.

public StorageDeleteException();

Deserializing constructor.

public StorageDeleteException(SerializationInfo,StreamingContext);

Constructs storage delete exception with descriptive message.

public StorageDeleteException(string);

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

public StorageDeleteException(string,Exception);

See Also

StorageDeleteException Class | IExSys.Authentication.Exceptions Namespace