AdsNotificationErrorEventArgs Constructor
Initializes a new instance of the AdsNotificationErrorEventArgs class.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public AdsNotificationErrorEventArgs(
Exception e
)
VB
Public Sub New (
e As Exception
)
Parameters
e |
Type: System.Exception |