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 |
session |
Type: TwinCAT.ISession |
innerException |
Type: System.Exception |