Constructs storage exception with no description.
Constructs storage exception with no description.
public StorageException();
Deserializing constructor.
public StorageException(SerializationInfo,StreamingContext);
Constructs storage exception with descriptive message.
public StorageException(string);
Constructs wrapper storage exception, used to wrap unhandled exceptions catched by IExSys.Authentication module.
public StorageException(string,Exception);
StorageException Class | IExSys.Authentication.Exceptions Namespace