Table of Contents

Class GoneException

Namespace
OpenServiceBroker.Errors
Assembly
OpenServiceBroker.Model.dll

The specified resource does not exist (anymore).

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

Constructors

GoneException()

public GoneException()

GoneException(string)

The specified resource does not exist (anymore).

public GoneException(string message)

Parameters

message string

Fields

ErrorCode

public const string ErrorCode = "Gone"

Field Value

string