Click or drag to resize

InvalidAnnotationException Constructor (String, Exception)

Initializes a new instance of the InvalidAnnotationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Namespace:  Amazon.XRay.Recorder.Core.Exceptions
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
public InvalidAnnotationException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
Error message
inner
Type: SystemException
Inner exception
See Also