Class FixmlConverterException
This exception is thrown in case of a converter error.
Implements
Inherited Members
Namespace: OnixS.Fix.Fix2FixmlConverter
Assembly: OnixS.Fix.Engine.dll
Syntax
[Serializable]
public class FixmlConverterException : Exception, ISerializable
Constructors
FixmlConverterException()
Initializes a new instance of the Exception class.
Declaration
public FixmlConverterException()
FixmlConverterException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
Declaration
protected FixmlConverterException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
FixmlConverterException(String)
Initializes a new instance of the Exception class with a specified error message.
Declaration
public FixmlConverterException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
FixmlConverterException(String, Exception)
Initializes a new instance of the Exception class with a specified error message and inner exception.
Declaration
public FixmlConverterException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | inner | Inner Exception. |