C# 클래스 iTextSharp.text.DocumentException

상속: System.Exception
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

공개 메소드들

메소드 설명
DocumentException ( ) : System

Constructs a new DocumentException

DocumentException ( string message ) : System

Construct a new DocumentException

메소드 상세

DocumentException() 공개 메소드

Constructs a new DocumentException
public DocumentException ( ) : System
리턴 System

DocumentException() 공개 메소드

Construct a new DocumentException
public DocumentException ( string message ) : System
message string error message
리턴 System