KeyErrorLimitAction Enum

Definition

Defines what happens when the KeyErrorLimit is exceeded.

[System.Runtime.InteropServices.Guid("FA79C76A-E3F2-4054-BCAE-E86EE728F342")]
public enum KeyErrorLimitAction
[<System.Runtime.InteropServices.Guid("FA79C76A-E3F2-4054-BCAE-E86EE728F342")>]
type KeyErrorLimitAction = 
Public Enum KeyErrorLimitAction
Inheritance
KeyErrorLimitAction
Attributes

Fields

StopLogging 1

Stops logging errors.

StopProcessing 0

Stops processing.

Applies to