SessionException Constructor (String, ISession, Exception)
Initializes a new instance of the SessionException class.
Namespace: TwinCAT
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public SessionException(
string message,
ISession session,
Exception innerException
)
VB
Public Sub New (
message As String,
session As ISession,
innerException As Exception
)
Parameters
message |
Type: System.String |
session |
Type: TwinCAT.ISession |
innerException |
Type: System.Exception |