Utilities.GetErrorText(Int32) Method

<< 点击显示目录 >>

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

Utilities.GetErrorText(Int32) Method

BR.AN.PviServices .NET


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

);

Parameters

error

The error number.

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]