ClassInvalidAnnotationException
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, _Exception
Inheritance: objectExceptionInvalidAnnotationException
Implements:
Inherited Members
Constructors
InvalidAnnotationException()
Initializes a new instance of the InvalidAnnotationException class.
Declaration
public InvalidAnnotationException()
InvalidAnnotationException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidAnnotationException class.
Declaration
protected InvalidAnnotationException(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.
InvalidAnnotationException(string)
Initializes a new instance of the InvalidAnnotationException class.
Declaration
public InvalidAnnotationException(string message)
Parameters
message
The message that describes the error.
InvalidAnnotationException(string, Exception)
Initializes a new instance of the InvalidAnnotationException class.
Declaration
public InvalidAnnotationException(string message, Exception cause)
Parameters
message
The message that describes the error.
cause
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.