Thrown when an annotation has invalid properties or structure during import or processing.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Exceptions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class InvalidAnnotationException : Exception, ISerializable
Inheritance: objectExceptionInvalidAnnotationException
Implements:
Inherited Members
Constructors
Initializes a new instance of the InvalidAnnotationException class.
public InvalidAnnotationException()
Initializes a new instance of the InvalidAnnotationException class.
protected InvalidAnnotationException(SerializationInfo info, StreamingContext context)
The SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext that contains contextual information about the source or destination.
Initializes a new instance of the InvalidAnnotationException class.
Initializes a new instance of the InvalidAnnotationException class.
public InvalidAnnotationException(string message)
The message that describes the error.