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

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

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

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

Creates a new instance.

RtfUnicodeEncodingException ( string message ) : System

Creates a new instance with the given message.

RtfUnicodeEncodingException ( string message, Exception cause ) : System

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

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

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

Serialization support.

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

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

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

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

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

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

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

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

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