ClassNotSupportedAnnotationException
Thrown when a PDF annotation type is not supported by the processing engine.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Exceptions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class NotSupportedAnnotationException : Exception, ISerializable, _Exception
Inheritance: objectExceptionNotSupportedAnnotationException
Implements:
Inherited Members
Constructors
NotSupportedAnnotationException()
Initializes a new instance of the NotSupportedAnnotationException class.
Declaration
public NotSupportedAnnotationException()
NotSupportedAnnotationException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedAnnotationException class.
Declaration
protected NotSupportedAnnotationException(SerializationInfo info, StreamingContext context)
Parameters
info
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
The StreamingContext that contains contextual information about the source or destination.
NotSupportedAnnotationException(string)
Initializes a new instance of the NotSupportedAnnotationException class.
Declaration
public NotSupportedAnnotationException(string message)
Parameters
message
The message that describes the error.
NotSupportedAnnotationException(string, Exception)
Initializes a new instance of the NotSupportedAnnotationException class.
NotSupportedAnnotationException(string, string)
Initializes a new instance of the NotSupportedAnnotationException class.
Properties
AnnotationType
Gets the name of the unsupported annotation type from the PDF file.
Declaration
public string AnnotationType { get; }
Property Value
The name of the annotation type that is not supported.