AsposeArgumentOutOfRangeException

AsposeArgumentOutOfRangeException()

初始化AsposeArgumentOutOfRangeException类.

public AsposeArgumentOutOfRangeException()

也可以看看


AsposeArgumentOutOfRangeException(string)

初始化AsposeArgumentOutOfRangeException具有指定错误消息的类。

public AsposeArgumentOutOfRangeException(string message)
范围类型描述
messageString描述错误的消息。

也可以看看


AsposeArgumentOutOfRangeException(string, params object[])

初始化AsposeArgumentOutOfRangeException具有指定错误消息的类。

public AsposeArgumentOutOfRangeException(string format, params object[] parameters)
范围类型描述
formatString消息格式
parametersObject[]格式参数

也可以看看


AsposeArgumentOutOfRangeException(string, int)

public AsposeArgumentOutOfRangeException(string format, int parameter)

也可以看看


AsposeArgumentOutOfRangeException(string, Exception)

初始化AsposeArgumentOutOfRangeException类 带有指定的错误消息和对导致此异常的内部异常的引用。

public AsposeArgumentOutOfRangeException(string message, Exception innerException)
范围类型描述
messageString解释异常原因的错误消息。
innerExceptionException作为当前异常原因的异常,如果没有指定内部异常,则为空引用(在 Visual Basic 中为 Nothing)。

也可以看看


AsposeArgumentOutOfRangeException(string, string)

public AsposeArgumentOutOfRangeException(string message, string paramName)
范围类型描述
messageString
paramNameString

也可以看看


AsposeArgumentOutOfRangeException(Exception)

初始化AsposeArgumentOutOfRangeException类 引用了导致此异常的内部异常。

public AsposeArgumentOutOfRangeException(Exception innerException)
范围类型描述
innerExceptionException作为当前异常原因的异常,如果没有指定内部异常,则为空引用(在 Visual Basic 中为 Nothing)。

也可以看看