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