Enum ServiceNotFoundException.NotFoundKind
- Namespace
- DotBoxD.Services.Exceptions
- Assembly
- DotBoxD.Services.dll
Distinguishes which lookup produced the not-found result.
public enum ServiceNotFoundException.NotFoundKind
Fields
Instance = 2The sub-service instance id is unknown or has expired.
Method = 1The service exists but exposes no method with the requested name.
Service = 0No service is registered under the requested name.