C# 클래스 iTextSharp.text.rtf.parser.exceptions.RtfParserException

상속: System.Exception
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
RtfParserException ( ) : System
RtfParserException ( Exception ex ) : System
RtfParserException ( String message ) : System

메소드 상세

RtfParserException() 공개 메소드

public RtfParserException ( ) : System
리턴 System

RtfParserException() 공개 메소드

public RtfParserException ( Exception ex ) : System
ex System.Exception
리턴 System

RtfParserException() 공개 메소드

public RtfParserException ( String message ) : System
message String
리턴 System