iTextSharp.text.DocumentException.DocumentException C# (CSharp) Method

DocumentException() public method

Constructs a new DocumentException
public DocumentException ( ) : System
return System
        public DocumentException()
            : base()
        {
        }

Same methods

DocumentException::DocumentException ( string message ) : System
DocumentException