AsposeNotSupportedException

AsposeNotSupportedException()

初始化AsposeNotSupportedException类.

public AsposeNotSupportedException()

也可以看看


AsposeNotSupportedException(string)

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

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

也可以看看


AsposeNotSupportedException(string, string)

public AsposeNotSupportedException(string format, string parameter)

也可以看看


AsposeNotSupportedException(string, params object[])

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

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

也可以看看


AsposeNotSupportedException(string, Exception)

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

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

也可以看看


AsposeNotSupportedException(Exception)

public AsposeNotSupportedException(Exception innerException)

也可以看看