ExchangeException

ExchangeException()

初始化ExchangeException类.

public ExchangeException()

也可以看看


ExchangeException(string)

初始化ExchangeException类.

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

也可以看看


ExchangeException(string, params object[])

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

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

也可以看看


ExchangeException(string, Exception)

初始化ExchangeException类.

public ExchangeException(string message, Exception innerException)
范围类型描述
messageString错误消息。
innerExceptionException内在异常。

也可以看看