Ilumnis Authentication

StorageLoadException Constructor (String, Exception)

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

public StorageLoadException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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