ServiceVersionException 类

定义

表示由于服务版本不匹配而无法处理请求时发生的错误。

public ref class ServiceVersionException sealed : Microsoft::Exchange::WebServices::Data::ServiceLocalException
public sealed class ServiceVersionException : Microsoft.Exchange.WebServices.Data.ServiceLocalException
Public NotInheritable Class ServiceVersionException
Inherits ServiceLocalException
继承
ServiceVersionException

构造函数

ServiceVersionException()

初始化 ServiceVersionException 类的新实例。

ServiceVersionException(String, Exception)

使用错误消息和内部异常初始化 ServiceVersionException 类的新实例。

ServiceVersionException(String)

使用错误消息初始化 ServiceVersionException 类的新实例。

适用于