Ilumnis Authentication

StorageLoadException Constructor

Constructs storage load exception with no description.

Overload List

Constructs storage load exception with no description.

public StorageLoadException();

Deserializing constructor.

public StorageLoadException(SerializationInfo,StreamingContext);

Constructs storage load exception with descriptive message.

public StorageLoadException(string);

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

public StorageLoadException(string,Exception);

See Also

StorageLoadException Class | IExSys.Authentication.Exceptions Namespace