ServiceVersionException class

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

System.Object
  System.Exception
    Microsoft.Exchange.WebServices.Data.ServiceLocalException
      Microsoft.Exchange.WebServices.Data.ServiceVersionException

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ServiceVersionException _
	Inherits ServiceLocalException
'Usage
Dim instance As ServiceVersionException

Any public static ( in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: