AsposeBadServerResponceException

AsposeBadServerResponceException(string)

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

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

也可以看看


AsposeBadServerResponceException()

初始化AsposeBadServerResponceException类.

public AsposeBadServerResponceException()

也可以看看


AsposeBadServerResponceException(string, Exception)

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

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

也可以看看


AsposeBadServerResponceException(Exception)

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

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

也可以看看