Class ApiVersionNotSupportedException
- Namespace
- OpenServiceBroker.Errors
- Assembly
- OpenServiceBroker.Model.dll
The API version request by the client is not supported by server.
public class ApiVersionNotSupportedException : BrokerException, ISerializable
- Inheritance
-
ApiVersionNotSupportedException
- Implements
- Inherited Members
- Extension Methods
Constructors
ApiVersionNotSupportedException(string)
The API version request by the client is not supported by server.
public ApiVersionNotSupportedException(string message)
Parameters
message
string
Fields
ErrorCode
public const string ErrorCode = "ApiVersionNotSupported"