Utilities.GetErrorText(Int32, String) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Utilities Class > Utilities Methods > GetErrorText Method >

Utilities.GetErrorText(Int32, String) Method

BR.AN.PviServices .NET


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

);

Parameters

error

The error number.

culture

The culture string. At the momen de (de-de) and en (en-us) are supported.

Return Value

The error text if the error number is valid else an empty string.

Remarks

At the momen de (de-de) and en (en-us) are supported.

See Also

Utilities Class | BR.AN.PviServices Namespace | Utilities.GetErrorText Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]