C# Класс Itenso.Rtf.RtfInterpreterException

Наследование: RtfException
Показать файл Открыть проект

Открытые методы

Метод Описание
RtfInterpreterException ( ) : System

Creates a new instance.

RtfInterpreterException ( string message ) : System

Creates a new instance with the given message.

RtfInterpreterException ( string message, Exception cause ) : System

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

Защищенные методы

Метод Описание
RtfInterpreterException ( SerializationInfo info, StreamingContext context ) : System

Serialization support.

Описание методов

RtfInterpreterException() публичный Метод

Creates a new instance.
public RtfInterpreterException ( ) : System
Результат System

RtfInterpreterException() защищенный Метод

Serialization support.
protected RtfInterpreterException ( 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
Результат System

RtfInterpreterException() публичный Метод

Creates a new instance with the given message.
public RtfInterpreterException ( string message ) : System
message string the message to display
Результат System

RtfInterpreterException() публичный Метод

Creates a new instance with the given message, based on the given cause.
public RtfInterpreterException ( string message, Exception cause ) : System
message string the message to display
cause System.Exception the original cause for this exception
Результат System