Class DictionaryException
Represents errors that occur during dictionary construction or dictionary file parsing.
Implements
Inherited Members
Namespace: OnixS.Fix.Dictionaries
Assembly: OnixS.Fix.Engine.dll
Syntax
public class DictionaryException : Exception, ISerializable
Constructors
DictionaryException()
Initializes a new instance of the Exception class.
Declaration
public DictionaryException()
DictionaryException(string)
Initializes a new instance of the Exception class with a specified error message.
Declaration
public DictionaryException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
DictionaryException(string, Exception)
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public DictionaryException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception. |
Exception | cause |