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

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

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

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

Creates a new instance.

RtfException ( string message ) : System

Creates a new instance with the given message.

RtfException ( string message, Exception cause ) : System

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

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

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

Serialization support.

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

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

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

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

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

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

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

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

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