iTextSharp.text.pdf.BadPdfFormatException.BadPdfFormatException C# (CSharp) Méthode

BadPdfFormatException() public méthode

public BadPdfFormatException ( string message ) : System
message string
Résultat System
        public BadPdfFormatException(string message)
            : base(message)
        {
        }

Same methods

BadPdfFormatException::BadPdfFormatException ( ) : System
BadPdfFormatException