AsposeArgumentOutOfRangeException

AsposeArgumentOutOfRangeException class

当提供给方法的参数之一超出范围时引发的异常。

public class AsposeArgumentOutOfRangeException : AsposeException

构造函数

姓名描述
AsposeArgumentOutOfRangeException()初始化AsposeArgumentOutOfRangeException类.
AsposeArgumentOutOfRangeException(Exception)初始化AsposeArgumentOutOfRangeException类 引用了导致此异常的内部异常。
AsposeArgumentOutOfRangeException(string)初始化AsposeArgumentOutOfRangeException具有指定错误消息的类。
AsposeArgumentOutOfRangeException(string, Exception)初始化AsposeArgumentOutOfRangeException类 带有指定的错误消息和对导致此异常的内部异常的引用。
AsposeArgumentOutOfRangeException(string, int)
AsposeArgumentOutOfRangeException(string, params object[])初始化AsposeArgumentOutOfRangeException具有指定错误消息的类。
AsposeArgumentOutOfRangeException(string, string)

特性

姓名描述
ErrorDetails { get; }获取有关错误的额外信息
override Message { get; }获取描述当前异常的消息。
virtual ParamName { get; }参数名称

方法

姓名描述
override ToString()返回代表当前对象的字符串。

也可以看看