Ilumnis Authentication

StorageDeleteException Constructor (String, Exception)

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

public StorageDeleteException(
   string Message,
   Exception InnerException
);

Parameters

Message
Exception description.
InnerException
Original exception that caused this exception.

See Also

StorageDeleteException Class | IExSys.Authentication.Exceptions Namespace | StorageDeleteException Constructor Overload List