Service.GetErrorText Method

<< 点击显示目录 >>

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

Service.GetErrorText Method

BR.AN.PviServices .NET


Gets the error Text for a specified error number.

[Visual Basic]

Public Sub GetErrorText( _

  ByVal errNo As Integer _

)

[C#]

public string GetErrorText(

  int errNo

);

Parameters

errNo

The error number.

Return Value

The error Text if available else null.

Remarks

at the moment en-us and de-de are supported

See Also

Service Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]