Class BoundsOutOfRangeException

BoundsOutOfRangeException 类

表示当一个项目不适合给定容器尺寸时发生的异常。

public class BoundsOutOfRangeException : PdfException

构造函数

名称描述
BoundsOutOfRangeException()初始化 BoundsOutOfRangeException 类的新实例。
BoundsOutOfRangeException(string)使用指定的错误消息初始化 BoundsOutOfRangeException 类的新实例。
BoundsOutOfRangeException(string, double, double)使用指定的错误消息和项目尺寸初始化 BoundsOutOfRangeException 类的新实例。

另请参阅