Ilumnis Authentication

StorageUpdateException Constructor (String, Exception)

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

public StorageUpdateException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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