Class RtfParserException
Represents errors related to parsing the RTF document.
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RtfParserException : RtfException, ISerializable, _Exception
Constructors
RtfParserException()
RtfParserException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfParserException class.
Declaration
protected RtfParserException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
RtfParserException(String)
Initializes a new instance of the RtfParserException class.
Declaration
public RtfParserException(string message)
Parameters
System.String
message
The message. |
RtfParserException(String, Exception)
Initializes a new instance of the RtfParserException class.
Declaration
public RtfParserException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |