| Accusoft.NotateXpressSdk Namespace > UnableToCreateStorageException Class : UnableToCreateStorageException Constructor |
| Overload | Description |
|---|---|
| UnableToCreateStorageException Constructor() | Main constructor for the exception class UnableToCreateStorage raised when there are errors creating storage. |
| UnableToCreateStorageException Constructor(Int32) | Exception which allows passing in an error number when there are errors creating storage. |
| UnableToCreateStorageException Constructor(String) | Exception which allows passing in a message when there are errors creating storage. |
| UnableToCreateStorageException Constructor(Int32,String) | Exception which allows passing in an error number and a message when there are errors creating storage. |
| UnableToCreateStorageException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when there are errors creating storage. |