Class ServiceVersionException
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an error that occurs when a request cannot be handled due to a service version mismatch.
public sealed class ServiceVersionException : ServiceLocalException, ISerializable
- Inheritance
-
ServiceVersionException
- Implements
- Inherited Members
Constructors
ServiceVersionException()
Initializes a new instance of the ServiceVersionException class.
public ServiceVersionException()
ServiceVersionException(string)
Initializes a new instance of the ServiceVersionException class.
public ServiceVersionException(string message)
Parameters
message
stringThe error message.
ServiceVersionException(string, Exception)
Initializes a new instance of the ServiceVersionException class.
public ServiceVersionException(string message, Exception innerException)