Table of Contents

Class MemoryLimitsAwareException

Namespace
iText.Kernel.Exceptions
Assembly
itext.kernel.dll

Exception class for exceptions occurred during decompressed pdf streams processing.

public class MemoryLimitsAwareException : PdfException
Inheritance
MemoryLimitsAwareException
Inherited Members

Constructors

MemoryLimitsAwareException(Exception)

Creates a new instance of MemoryLimitsAwareException.

public MemoryLimitsAwareException(Exception cause)

Parameters

cause Exception

the cause (which is saved for later retrieval by InnerException method).

MemoryLimitsAwareException(string)

Creates a new instance of MemoryLimitsAwareException.

public MemoryLimitsAwareException(string message)

Parameters

message string

the detail message.

MemoryLimitsAwareException(string, Exception)

Creates a new instance of MemoryLimitsAwareException.

public MemoryLimitsAwareException(string message, Exception cause)

Parameters

message string

the detail message.

cause Exception

the cause (which is saved for later retrieval by InnerException method).