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, ISerializableInheritance
- Object
- Exception
- SystemException
- InvalidOperationException
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
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.