Class InvalidAnnotationException
Represents an exception for an annotation which is not valid.
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 Invalid
Declaration
public InvalidAnnotationException()
InvalidAnnotationException(SerializationInfo, StreamingContext)
Initializes a new instance of the Invalid
Declaration
protected InvalidAnnotationException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
InvalidAnnotationException(String)
Initializes a new instance of the Invalid
Declaration
public InvalidAnnotationException(string message)
Parameters
System. The message that describes the error. |
InvalidAnnotationException(String, Exception)
Initializes a new instance of the Invalid
Declaration
public InvalidAnnotationException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |