New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class NotSupportedAnnotationException : Exception, ISerializable

Inheritance: objectExceptionNotSupportedAnnotationException

Implements: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState...

Constructors

Initializes a new instance of the NotSupportedAnnotationException class.

C#
public NotSupportedAnnotationException()

Initializes a new instance of the NotSupportedAnnotationException class.

C#
protected NotSupportedAnnotationException(SerializationInfo info, StreamingContext context)
Parameters:infoSerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

contextStreamingContext

The StreamingContext that contains contextual information about the source or destination.

Initializes a new instance of the NotSupportedAnnotationException class.

C#
public NotSupportedAnnotationException(string message, Exception cause)
Parameters:messagestring

The message.

causeException

The cause.

Initializes a new instance of the NotSupportedAnnotationException class.

C#
public NotSupportedAnnotationException(string message, string name)
Parameters:messagestring

The message that describes the error.

namestring

The name of the not supported annotation.

Initializes a new instance of the NotSupportedAnnotationException class.

C#
public NotSupportedAnnotationException(string message)
Parameters:messagestring

The message that describes the error.

Properties

Gets the name of the unsupported annotation type from the PDF file.

C#
public string AnnotationType { get; }
Property Value:

The name of the annotation type that is not supported.