Class UnableToFindServiceException
OptimaJet.Workflow.Api.Exceptions.UnableToFindServiceException
An exception thrown when a required service is not found.
Namespace: OptimaJet.Workflow.Api.Exceptions
public class UnableToFindServiceException : InvalidOperationException, ISerializableType Hierarchy
- Exception
- SystemException
- InvalidOperationException
- UnableToFindServiceException Current type
- Implemented interfaces
- UnableToFindServiceException Current type
- InvalidOperationException
- SystemException
Constructors
public UnableToFindServiceException(string serviceName, string extensionMethodName) #An exception thrown when a required service is not found.
Parameters
Name
Type
Description
serviceNameStringThe name of the service that was not found.
extensionMethodNameStringThe name of the extension method that should be used to register the service.