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
Exceptionthe cause (which is saved for later retrieval by InnerException method).
MemoryLimitsAwareException(string)
Creates a new instance of MemoryLimitsAwareException.
public MemoryLimitsAwareException(string message)
Parameters
message
stringthe detail message.
MemoryLimitsAwareException(string, Exception)
Creates a new instance of MemoryLimitsAwareException.
public MemoryLimitsAwareException(string message, Exception cause)
Parameters
message
stringthe detail message.
cause
Exceptionthe cause (which is saved for later retrieval by InnerException method).