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 NotSupportedAnnotationException class.
Declaration
public NotSupportedAnnotationException()
NotSupportedAnnotationException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedAnnotationException class.
Declaration
protected NotSupportedAnnotationException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
NotSupportedAnnotationException(String)
Initializes a new instance of the NotSupportedAnnotationException class.
Declaration
public NotSupportedAnnotationException(string message)
Parameters
System.String
message
The message that describes the error. |
NotSupportedAnnotationException(String, Exception)
Initializes a new instance of the NotSupportedAnnotationException class.
Declaration
public NotSupportedAnnotationException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |
NotSupportedAnnotationException(String, String)
Initializes a new instance of the NotSupportedAnnotationException class.
Declaration
public NotSupportedAnnotationException(string message, string name)
Parameters
System.String
message
The message that describes the error. |
System.String
name
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.String
|