ServiceVersionException Class

Definition

Represents an error that occurs when a request cannot be handled due to a service version mismatch.

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
Inheritance
ServiceVersionException

Constructors

ServiceVersionException()

Initializes a new instance of the ServiceVersionException class.

ServiceVersionException(String)

Initializes a new instance of the ServiceVersionException class with an error message.

ServiceVersionException(String, Exception)

Initializes a new instance of the ServiceVersionException class with an error message and an inner exception.

Applies to