SessionException Constructor (String, ISession, Exception)

Initializes a new instance of the SessionException class.

Namespace:  TwinCAT
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public SessionException(
    string message,
    ISession? session,
    Exception? innerException
)

Parameters

message

Type: System.String
The message.

session

Type: TwinCAT.ISession
The session.

innerException

Type: System.Exception
The inner exception.

Reference

SessionException Class

SessionException Overload

TwinCAT Namespace