<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Service Class > Service Methods > Service.GetErrorText Method |
Gets the error Text for a specified error number.
[Visual Basic]
Public Sub GetErrorText( _
ByVal errNo As Integer _
)
[C#]
public string GetErrorText(
int errNo
);
errNo
The error number.
The error Text if available else null.
at the moment en-us and de-de are supported
Service Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]