WebServiceVersionException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the WebServiceVersionException class.
Overload List
Name | Description | |
---|---|---|
WebServiceVersionException()()() | Initializes a new instance of the WebServiceVersionException class. | |
WebServiceVersionException(String) | Initializes a new instance of the WebServiceVersionException class with the specified error message. | |
WebServiceVersionException(SerializationInfo, StreamingContext) | Initializes a new instance of the WebServiceVersionException class with the specified serialization and streaming context information. | |
WebServiceVersionException(String, Exception) | Creates a new instance of the WebServiceVersionException class with a specified error message and inner exception that is the cause of this exception. |
Top
Remarks
This exception is thrown when there is an attempt to connect to a webservice with an incompatible webservice version.
See Also
Reference
WebServiceVersionException Class