Skip to content

PDFInvalidDataException

Namespace: O2S.Components.PDF4NET.Core.Exceptions

Defines an exception that is thrown when the data being parsed does not match the expected result.

public class PDFInvalidDataException : PDFException

Inheritance ObjectExceptionPDFExceptionPDFInvalidDataException
Implements

Constructors

PDFInvalidDataException(String)

Initializes a new PDFInvalidDataException object.

public PDFInvalidDataException(string message)

Parameters

message String
Exception message.


PDFInvalidDataException(String, Exception)

Initializes a new PDFInvalidDataException object.

public PDFInvalidDataException(string message, Exception innerException)

Parameters

message String
Exception message.

innerException Exception
Inner exception, if any.


Properties

Data

public IDictionary Data { get; }

Property Value

IDictionary


public string HelpLink { get; set; }

Property Value

String


HResult

public int HResult { get; set; }

Property Value

Int32


InnerException

public Exception InnerException { get; }

Property Value

Exception


Message

public string Message { get; }

Property Value

String


Source

public string Source { get; set; }

Property Value

String


StackTrace

public string StackTrace { get; }

Property Value

String


TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase