Click or drag to resize

DefaultExceptionSerializationStrategy Constructor (Int32)

Initializes DefaultExceptionSerializationStrategy instance with provided Stack frame size. While setting number consider max trace size limit : https://aws.amazon.com/xray/pricing/

Namespace:  Amazon.XRay.Recorder.Core.Strategies
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public DefaultExceptionSerializationStrategy(
	int stackFrameSize
)

Parameters

stackFrameSize
Type: SystemInt32
Integer value for stack frame size.
See Also