<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ErrorEventArgs Class > ErrorEventArgs Constructor > ErrorEventArgs Constructor |
Initializes a new instance of the ErrorEventArgs class.
[Visual Basic]
Public Overloads Sub New( _
ByVal name As String, _
ByVal address As String, _
ByVal errorCode As Integer, _
ByVal language As String, _
ByVal action As Action, _
ByVal errorInfo As String _
)
[C#]
string name,
string address,
int errorCode,
string language,
Action action,
string errorInfo
);
name
Logical name of the PviServices object
address
Logical address of the PviServices object
errorCode
ErrorCode of the PviServices object
language
Language of the PviServices object
action
The action which caused the error.
errorInfo
The optional additional error text.
ErrorEventArgs Class | BR.AN.PviServices Namespace | ErrorEventArgs Constructor Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]