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

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

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

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

Creates a new instance.

RtfMissingCharacterException ( string message ) : System

Creates a new instance with the given message.

RtfMissingCharacterException ( string message, Exception cause ) : System

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

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

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

Serialization support.

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

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

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

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

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

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

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

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

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