Ilumnis Authentication

StorageInsertException Constructor

Constructs storage insert exception with no description.

Overload List

Constructs storage insert exception with no description.

public StorageInsertException();

Deserializing constructor.

public StorageInsertException(SerializationInfo,StreamingContext);

Constructs storage insert exception with descriptive message.

public StorageInsertException(string);

Constructs wrapper storage insert exception, used to wrap unhandled exceptions catched by IExSys.Authentication module.

public StorageInsertException(string,Exception);

See Also

StorageInsertException Class | IExSys.Authentication.Exceptions Namespace