AdsErrorException Constructor (String, AdsErrorCode)

Initializes a new Instance of the AdsErrorException class.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public AdsErrorException(
    string message,
    AdsErrorCode errorCode
)

VB

Public Sub New ( 
    message As String,
    errorCode As AdsErrorCode
)

Parameters

message

Type: System.String
The message.

errorCode

Type: TwinCAT.Ads.AdsErrorCode
The error code.

Reference

AdsErrorException Class

AdsErrorException Overload

TwinCAT.Ads Namespace