forwardFixmlConverterException Constructor (SerializationInfo, StreamingContext)   Table of ContentFixmlConverterException Propertiesforward
FixmlConverterException Constructor (String, Exception)
Initializes a new instance of the Exception class with a specified error message and inner exception.

Namespace:  FIXForge.NET.FIX.Fix2FixmlConverter
Assembly:  FIXForge.NET.FIX.Fix2FixmlConverter-net-4.8_x64 (in FIXForge.NET.FIX.Fix2FixmlConverter-net-4.8_x64.dll) Version: 4.10.1.0 (4.10.1.0)
Syntax
C#
public FixmlConverterException(
	string message,
	Exception inner
)

Parameters

message
Type: System.String
The message that describes the error.
inner
Type: System.Exception
Inner Exception.
See Also