Table of Contents

Class ServiceNotFoundException

Namespace
DotBoxD.Services.Exceptions
Assembly
DotBoxD.Services.dll

Exception thrown when a service, method, or sub-service instance is not found.

public class ServiceNotFoundException : ServiceException, ISerializable
Inheritance
ServiceNotFoundException
Implements
Inherited Members

Constructors

ServiceNotFoundException(string)

public ServiceNotFoundException(string message)

Parameters

message string

ServiceNotFoundException(string, NotFoundKind)

public ServiceNotFoundException(string message, ServiceNotFoundException.NotFoundKind kind)

Parameters

message string
kind ServiceNotFoundException.NotFoundKind

Properties

Kind

Which lookup produced this not-found result.

public ServiceNotFoundException.NotFoundKind Kind { get; }

Property Value

ServiceNotFoundException.NotFoundKind