C# Class iTextSharp.text.DocumentException

Inheritance: System.Exception
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
DocumentException ( ) : System

Constructs a new DocumentException

DocumentException ( string message ) : System

Construct a new DocumentException

Method Details

DocumentException() public method

Constructs a new DocumentException
public DocumentException ( ) : System
return System

DocumentException() public method

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