Ilumnis Authentication

StorageUpdateException Constructor

Constructs storage update exception with no description.

Overload List

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);

See Also

StorageUpdateException Class | IExSys.Authentication.Exceptions Namespace