PDFInvalidDataException¶
Namespace: O2S.Components.PDF4NET.Core.Exceptions
Defines an exception that is thrown when the data being parsed does not match the expected result.
Inheritance Object → Exception → PDFException → PDFInvalidDataException
Implements
Constructors¶
PDFInvalidDataException(String)¶
Initializes a new PDFInvalidDataException object.
Parameters
message String
Exception message.
PDFInvalidDataException(String, Exception)¶
Initializes a new PDFInvalidDataException object.
Parameters
message String
Exception message.
innerException Exception
Inner exception, if any.
Properties¶
Data¶
Property Value
HelpLink¶
Property Value
HResult¶
Property Value
InnerException¶
Property Value
Message¶
Property Value
Source¶
Property Value
StackTrace¶
Property Value
TargetSite¶
Property Value