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