Table of Contents

Class ConcurrencyException

Namespace
OpenServiceBroker.Errors
Assembly
OpenServiceBroker.Model.dll

The Service Broker does not support concurrent requests that mutate the same resource.

public class ConcurrencyException : BrokerException, ISerializable
Inheritance
ConcurrencyException
Implements
Inherited Members
Extension Methods

Constructors

ConcurrencyException(string)

The Service Broker does not support concurrent requests that mutate the same resource.

public ConcurrencyException(string message = "The Service Broker does not support concurrent requests that mutate the same resource.")

Parameters

message string

Fields

ErrorCode

public const string ErrorCode = "ConcurrencyError"

Field Value

string