Class MaintenanceInfoConflictException
- Namespace
- OpenServiceBroker.Errors
- Assembly
- OpenServiceBroker.Model.dll
The Version field provided in the request does not match theVersion field provided in the Service Broker's Catalog.
public class MaintenanceInfoConflictException : BrokerException, ISerializable
- Inheritance
-
MaintenanceInfoConflictException
- Implements
- Inherited Members
- Extension Methods
Constructors
MaintenanceInfoConflictException()
public MaintenanceInfoConflictException()
MaintenanceInfoConflictException(string)
The Version field provided in the request does not match theVersion field provided in the Service Broker's Catalog.
public MaintenanceInfoConflictException(string message)
Parameters
message
string
Fields
ErrorCode
public const string ErrorCode = "MaintenanceInfoConflict"