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
messagestring
ServiceNotFoundException(string, NotFoundKind)
public ServiceNotFoundException(string message, ServiceNotFoundException.NotFoundKind kind)
Parameters
messagestringkindServiceNotFoundException.NotFoundKind
Properties
Kind
Which lookup produced this not-found result.
public ServiceNotFoundException.NotFoundKind Kind { get; }