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.12.0.0 (4.12.0.0)
Syntax 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