Constructs storage initialization exception with no description.
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);
StorageInitializationException Class | IExSys.Authentication.Exceptions Namespace