Ilumnis Authentication

StorageInitializationException Constructor

Constructs storage initialization exception with no description.

Overload List

Constructs storage initialization exception with no description.

public StorageInitializationException();

Deserializing constructor.

public StorageInitializationException(SerializationInfo,StreamingContext);

Constructs storage initialization exception with descriptive message.

public StorageInitializationException(string);

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

public StorageInitializationException(string,Exception);

See Also

StorageInitializationException Class | IExSys.Authentication.Exceptions Namespace