forwardEngineException Constructor (String)   Table of ContentEngineException Propertiesforward
EngineException Constructor (SerializationInfo, StreamingContext)
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#
protected EngineException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo
Serialization information.
context
Type: System.Runtime.Serialization.StreamingContext
Serialization context.
See Also