Class BoundsOutOfRangeException
BoundsOutOfRangeException class
Represents an exception which occurs when an item doesn’t fit within the given container dimensions.
public class BoundsOutOfRangeException : PdfException
Constructors
Name | Description |
---|---|
BoundsOutOfRangeException() | Initializes a new instance of the BoundsOutOfRangeException class. |
BoundsOutOfRangeException(string) | Initializes a new instance of the BoundsOutOfRangeException class with a specified error message. |
BoundsOutOfRangeException(string, double, double) | Initializes a new instance of the BoundsOutOfRangeException class with a specified error message and item dimensions. |
See Also
- class PdfException
- namespace Aspose.Pdf
- assembly Aspose.PDF