forwardEngineDisposedException Constructor    Table of ContentEngineDisposedException Constructor (SerializationInfo, StreamingContext)forward
EngineDisposedException Constructor (String)
Initializes a new instance of the EngineDisposedException 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.11.0.0
Syntax
C#
public EngineDisposedException(
	string typeName
)

Parameters

typeName
Type: System.String
Type name of object that causes this exception.
See Also