Class IndexingException
The exception is thrown when the message indexing error occurs.
Implements
Inherited Members
Namespace: OnixS.Fix.Exceptions
Assembly: OnixS.Fix.Engine.dll
Syntax
public class IndexingException : EngineException, ISerializable
Constructors
IndexingException()
Constructor.
Declaration
public IndexingException()
IndexingException(Exception)
Constructor.
Declaration
public IndexingException(Exception cause)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | cause |
IndexingException(string)
Constructor.
Declaration
public IndexingException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
IndexingException(string, Exception)
Constructor.
Declaration
public IndexingException(string message, Exception cause)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | cause |