<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Utilities Class > Utilities Methods > GetErrorText Method > Utilities.GetErrorText(Int32, String) Method |
Gets the error text for a specified error number.
[Visual Basic]
Public Overloads Sub GetErrorText( _
ByVal error As Integer, _
ByVal culture As String _
)
[C#]
public string GetErrorText(
int error,
string culture
);
error
The error number.
culture
The culture string. At the momen de (de-de) and en (en-us) are supported.
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]