Click or drag to resize

InvalidAnnotationException Class

The exception that is thrown when an invalid annotation is seen.
Inheritance Hierarchy
SystemObject
  SystemException
    Amazon.XRay.Recorder.Core.ExceptionsInvalidAnnotationException

Namespace:  Amazon.XRay.Recorder.Core.Exceptions
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
[SerializableAttribute]
public class InvalidAnnotationException : Exception
Constructors
  NameDescription
Public methodInvalidAnnotationException
Initializes a new instance of the InvalidAnnotationException class.
Public methodInvalidAnnotationException(String)
Initializes a new instance of the InvalidAnnotationException class with a specified error message.
Public methodInvalidAnnotationException(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.
Top
See Also