<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Utilities Class > Utilities Methods > GetErrorText Method > Utilities.GetErrorText(Int32) Method |
Gets the error text for a specified error number. Uses the culture info set by the property ActiveCulture.
[Visual Basic]
Public Overloads Sub GetErrorText( _
ByVal error As Integer _
)
[C#]
public string GetErrorText(
int error
);
error
The error number.
The error text if the error number is valid else an empty string.
At the momen de (de-de) and en (en-us) are supported.
Utilities Class | BR.AN.PviServices Namespace | Utilities.GetErrorText Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]