KeyErrorLimitAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
StopProcessing | 0 | Stops processing. |
StopLogging | 1 | Stops logging errors. |