C# Class Itenso.Rtf.RtfUndefinedColorException

Inheritance: RtfInterpreterException
Exibir arquivo Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
RtfUndefinedColorException ( ) : System

Creates a new instance.

RtfUndefinedColorException ( string message ) : System

Creates a new instance with the given message.

RtfUndefinedColorException ( string message, Exception cause ) : System

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

Protected Methods

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

Serialization support.

Method Details

RtfUndefinedColorException() public method

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

RtfUndefinedColorException() protected method

Serialization support.
protected RtfUndefinedColorException ( 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

RtfUndefinedColorException() public method

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

RtfUndefinedColorException() public method

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