Ilumnis Authentication

StorageException Constructor (String, Exception)

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

public StorageException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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