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
Exception that was caught while handling notifications.

Reference

AdsNotificationErrorEventArgs Class

TwinCAT.Ads Namespace