C# 클래스 Itenso.Rtf.RtfMissingCharacterException

상속: RtfStructureException
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 메소드들

메소드 설명
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