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

NameDescription
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