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