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

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
)

Parameters

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