Table of Contents

Class NotFoundException

Namespace
OpenServiceBroker.Errors
Assembly
OpenServiceBroker.Model.dll

The resource does not exist or a provisioning operation is still in progress.

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

Constructors

NotFoundException()

public NotFoundException()

NotFoundException(string)

The resource does not exist or a provisioning operation is still in progress.

public NotFoundException(string message)

Parameters

message string

Fields

ErrorCode

public const string ErrorCode = "NotFound"

Field Value

string