C# Class Itenso.Rtf.RtfUnsupportedStructureException

Inheritance: RtfInterpreterException
显示文件 Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
RtfUnsupportedStructureException ( ) : System

Creates a new instance.

RtfUnsupportedStructureException ( string message ) : System

Creates a new instance with the given message.

RtfUnsupportedStructureException ( string message, Exception cause ) : System

Creates a new instance with the given message, based on the given cause.

Protected Methods

Method Description
RtfUnsupportedStructureException ( SerializationInfo info, StreamingContext context ) : System

Serialization support.

Method Details

RtfUnsupportedStructureException() public method

Creates a new instance.
public RtfUnsupportedStructureException ( ) : System
return System

RtfUnsupportedStructureException() protected method

Serialization support.
protected RtfUnsupportedStructureException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo the info to use for serialization
context System.Runtime.Serialization.StreamingContext the context to use for serialization
return System

RtfUnsupportedStructureException() public method

Creates a new instance with the given message.
public RtfUnsupportedStructureException ( string message ) : System
message string the message to display
return System

RtfUnsupportedStructureException() public method

Creates a new instance with the given message, based on the given cause.
public RtfUnsupportedStructureException ( string message, Exception cause ) : System
message string the message to display
cause System.Exception the original cause for this exception
return System