ErrorEventArgs Class

This class implements the event arguments passed by the TcAdsServerExEvent.

Inheritance Hierarchy

System.Object
  System.EventArgs
    TwinCAT.Ads.Server.ErrorEventArgs
Namespace:  TwinCAT.Ads.Server
Assembly:  TwinCAT.Ads.Server (in TwinCAT.Ads.Server.dll) Version: 6.0.328+39e3229

Syntax

C#

public class ErrorEventArgs : EventArgs

The ErrorEventArgs type exposes the following members.

Properties

 

Name

Description

ErrorEventArgs Class 1:

Exception

Returns the exception that caused the event.

ErrorEventArgs Class 2:

Message

Returns the exception message.

Methods

 

Name

Description

ErrorEventArgs Class 3:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

ErrorEventArgs Class 4:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

ErrorEventArgs Class 5:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

ErrorEventArgs Class 6:

GetType

Gets the Type of the current instance. (Inherited from Object.)

ErrorEventArgs Class 7:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

ErrorEventArgs Class 8:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Reference

TwinCAT.Ads.Server Namespace