SessionErrorEventArgs Constructor |
Initializes new instance of SessionErrorEventArgs class.
Namespace:
FIXForge.NET.FIX.Scheduling
Assembly:
FIXForge.NET.FIX.Scheduler-net-4.8_x64 (in FIXForge.NET.FIX.Scheduler-net-4.8_x64.dll) Version: 4.12.0.0 (4.12.0.0)
Syntax public SessionErrorEventArgs(
Session session,
string errorReason,
Exception exception
)
Parameters
- session
- Type: FIXForge.NET.FIX.Session
Instance of FIX session which is either a source
of error or which is related with given error.
- errorReason
- Type: System.String
Gets a message that describes current error.
- exception
- Type: System.Exception
Gets an Exception object which causes error.
See Also