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