Class NotSupportedAnnotationException
Represents an exception for an annotation which is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedAnnotationException : Exception, ISerializable, _Exception
Constructors
NotSupportedAnnotationException()
Initializes a new instance of the Not
Declaration
public NotSupportedAnnotationException()
NotSupportedAnnotationException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedAnnotationException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
NotSupportedAnnotationException(String)
Initializes a new instance of the Not
Declaration
public NotSupportedAnnotationException(string message)
Parameters
System. The message that describes the error. |
NotSupportedAnnotationException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedAnnotationException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |
NotSupportedAnnotationException(String, String)
Initializes a new instance of the Not
Declaration
public NotSupportedAnnotationException(string message, string name)
Parameters
System. The message that describes the error. |
System. The name of the not supported annotation. |
Properties
AnnotationType
Gets the name of the action from the pdf file.
Declaration
public string AnnotationType { get; }
Property Value
System.
|