Workflow Engine .NET

Assembly: OptimaJet.Workflow.Api

Class UnableToFindServiceException

OptimaJet.Workflow.Api.Exceptions.UnableToFindServiceException

An exception thrown when a required service is not found.

public class UnableToFindServiceException : InvalidOperationException, ISerializable

Inheritance

  • 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
serviceName
String
The name of the service that was not found.
extensionMethodName
String
The name of the extension method that should be used to register the service.