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

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

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

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

Creates a new instance.

RtfMultiByteEncodingException ( string message ) : System

Creates a new instance with the given message.

RtfMultiByteEncodingException ( string message, Exception cause ) : System

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

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

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

Serialization support.

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

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

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

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

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

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

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

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

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