C# 클래스 Itenso.Rtf.RtfException

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

공개 메소드들

메소드 설명
RtfException ( ) : System

Creates a new instance.

RtfException ( string message ) : System

Creates a new instance with the given message.

RtfException ( string message, Exception cause ) : System

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

보호된 메소드들

메소드 설명
RtfException ( SerializationInfo info, StreamingContext context ) : System

Serialization support.

메소드 상세

RtfException() 공개 메소드

Creates a new instance.
public RtfException ( ) : System
리턴 System

RtfException() 보호된 메소드

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

RtfException() 공개 메소드

Creates a new instance with the given message.
public RtfException ( string message ) : System
message string the message to display
리턴 System

RtfException() 공개 메소드

Creates a new instance with the given message, based on the given cause.
public RtfException ( string message, Exception cause ) : System
message string the message to display
cause System.Exception the original cause for this exception
리턴 System