ServiceVersionException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
ServiceVersionException() |
Initializes a new instance of the ServiceVersionException class. |
ServiceVersionException(String, Exception) |
Initializes a new instance of the ServiceVersionException class with an error message and an inner exception. |
ServiceVersionException(String) |
Initializes a new instance of the ServiceVersionException class with an error message. |