Click or drag to resize

ExceptionSerializationStrategyDescribeException Method

Decribes exception by iterating subsegments and populates list of ExceptionDescriptor.

Namespace:  Amazon.XRay.Recorder.Core.Strategies
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
List<ExceptionDescriptor> DescribeException(
	Exception e,
	IEnumerable<Subsegment> subsegments
)

Parameters

e
Type: SystemException
The exception to be added
subsegments
Type: System.Collections.GenericIEnumerableSubsegment
The subsegments to search for existing exception descriptor.

Return Value

Type: ListExceptionDescriptor
List of ExceptionDescriptor
See Also