WebServiceVersionException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This exception is thrown when there is an attempt to connect to a webservice with an incompatible webservice version.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WebServiceVersionException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As WebServiceVersionException
[SerializableAttribute]
public class WebServiceVersionException : Exception, ISerializable
[SerializableAttribute]
public ref class WebServiceVersionException : public Exception,
ISerializable
public class WebServiceVersionException extends Exception implements ISerializable
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer..::.WebServiceVersionException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.