Ilumnis Authentication

StorageInsertException Constructor (String, Exception)

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

public StorageInsertException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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