C# Class iTextSharp.text.DocumentException

Inheritance: System.Exception
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Méthodes publiques

Méthode Description
DocumentException ( ) : System

Constructs a new DocumentException

DocumentException ( string message ) : System

Construct a new DocumentException

Method Details

DocumentException() public méthode

Constructs a new DocumentException
public DocumentException ( ) : System
Résultat System

DocumentException() public méthode

Construct a new DocumentException
public DocumentException ( string message ) : System
message string error message
Résultat System