Workflow Engine .NET

Assembly: OptimaJet.Workflow.Api

Class ProviderFactoryNotFoundException

OptimaJet.Workflow.Api.Exceptions.ProviderFactoryNotFoundException

An exception thrown when a provider factory is not found.

public class ProviderFactoryNotFoundException : InvalidOperationException, ISerializable

Inheritance

  • Object
  • Exception
  • SystemException
  • InvalidOperationException

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public ProviderFactoryNotFoundException(string providerId) #
An exception thrown when specified provider factory is not found.

Parameters

Name
Type
Description
providerId
String
The persistence provider id of the provider factory that was not found.