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

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

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

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

Creates a new instance.

RtfStructureException ( string message ) : System

Creates a new instance with the given message.

RtfStructureException ( string message, Exception cause ) : System

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

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

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

Serialization support.

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

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

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

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

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

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

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

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

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