forwardTimeoutException Constructor (String)   Table of ContentTimeoutException Propertiesforward
TimeoutException Constructor (SerializationInfo, StreamingContext)
Initialize instance.

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 TimeoutException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

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