iTextSharp.text.exceptions.UnsupportedPdfException.UnsupportedPdfException C# (CSharp) Method

UnsupportedPdfException() public method

public UnsupportedPdfException ( String message ) : System
message String
return System
        public UnsupportedPdfException(String message)
            : base(message)
        {
        }
UnsupportedPdfException