BoundsOutOfRangeException
Overview
BoundsOutOfRangeException is a class in Aspose.PDF FOSS for .NET.
Inherits from: PdfException.
Thrown when an element is inserted into a parent container whose bounds check mode is ThrowExceptionIfDoesNotFit and the element does not fit the container rectangle.
This class provides 8 methods for working with BoundsOutOfRangeException objects in .NET programs.
Available methods include: BoundsOutOfRangeException, GenerateCrashReport, PdfException.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
BoundsOutOfRangeException() | Initializes a new instance of the BoundsOutOfRangeException class. |
BoundsOutOfRangeException(message: string) | Initializes a new instance of the BoundsOutOfRangeException class with a message. |
BoundsOutOfRangeException(message: string, innerException: Exception) | Initializes a new instance of the BoundsOutOfRangeException class with a message and inner exception. |
PdfException() | Initializes a new instance of the PdfException class. |
PdfException(message: string) | Initializes a new instance of the PdfException class with a message. |
PdfException(message: string, innerException: Exception) | Initializes a new instance of the PdfException class with a message and inner exception. |
PdfException(innerException: Exception) | Initializes a new instance of the PdfException class wrapping the inner exception. |
GenerateCrashReport(options: CrashReportOptions) | Write a crash report to disk per options. |