Namespace DotBoxD.Services.Exceptions
Classes
- RemoteServiceException
Exception thrown when a remote RPC call fails.
- ServiceConnectionException
Exception thrown when a connection fails.
- ServiceException
Base exception for DotBoxD errors.
- ServiceNotFoundException
Exception thrown when a service, method, or sub-service instance is not found.
- ServiceProtocolException
Exception thrown when an inbound DotBoxD frame is malformed or cannot be decoded.
- ServiceTimeoutException
Exception thrown when a request times out.
Enums
- ServiceNotFoundException.NotFoundKind
Distinguishes which lookup produced the not-found result.