ErrorMode Enumeration

<< 点击显示目录 >>

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

ErrorMode Enumeration

BR.AN.PviServices .NET


Fehlerbehandlungsmöglichkeiten.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]

<Flags> _

Public Enum ErrorMode

[C#]

[Flags]

public enum ErrorMode

Members

Member Name

Description

Value

None

No Errorhandling

0

Exception

Errorhandling by Exceptions

1

Event

Errorhandling by Events

2

Requirements

Namespace: BR.AN.PviServices

Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)

See Also

BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]