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