AdsSumCommandException Constructor

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 AdsSumCommandException(
    string message,
    ISumCommand command
)

VB

Public Sub New ( 
    message As String,
    command As ISumCommand
)

Parameters

message

Type: System.String
The message.

command

Type: TwinCAT.Ads.SumCommand.ISumCommand
The command.

Reference

AdsSumCommandException Class

TwinCAT.Ads Namespace