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 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 info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
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. |
System.Exception
cause
The cause. |