Click or drag to resize

ContextMissingStrategy Enumeration

Represent all modes of ContextMissingStrategy.

Namespace:  Amazon.XRay.Recorder.Core.Strategies
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public enum ContextMissingStrategy
Members
  Member nameValueDescription
RUNTIME_ERROR1 The EntityNotAvailableException will be thrown if occurs at runtime.
LOG_ERROR0 The EntityNotAvailableException will be logged if occurs.
See Also