Class InvalidAnnotationException
Thrown when an annotation has invalid properties or structure during import or processing.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class InvalidAnnotationException : Exception, ISerializable, _Exception
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
|
System.Runtime.Serialization.SerializationInfo
info
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
|
System.Runtime.Serialization.StreamingContext
context
The System.Runtime.Serialization.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
|
System.String
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
|
System.String
message
The message that describes the error. |
|
System.Exception
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. |