Class StorageException
Storage related exception.
Implements
Inherited Members
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class StorageException : EngineException, ISerializable
Constructors
StorageException()
Constructor.
Declaration
public StorageException()
StorageException(Exception)
Constructor.
Declaration
public StorageException(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause |
StorageException(string)
Constructor.
Declaration
public StorageException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
StorageException(string, Exception)
Constructor.
Declaration
public StorageException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | cause |