Table of Contents

Class ConflictException

Namespace
OpenServiceBroker.Errors
Assembly
OpenServiceBroker.Model.dll

An instance with the same id already exists but with different attributes.

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

Constructors

ConflictException()

public ConflictException()

ConflictException(string)

An instance with the same id already exists but with different attributes.

public ConflictException(string message)

Parameters

message string

Fields

ErrorCode

public const string ErrorCode = "Conflict"

Field Value

string