forwardEngineException Constructor    Table of ContentEngineException Constructor (SerializationInfo, StreamingContext)forward
EngineException Constructor (String)
Initializes a new instance of the EngineException class

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public EngineException(
	string message
)

Parameters

message
Type: System.String
Description of the exception.
See Also