Class ProviderFactoryNotFoundException
OptimaJet.Workflow.Api.Exceptions.ProviderFactoryNotFoundException
An exception thrown when a provider factory is not found.
Namespace: OptimaJet.Workflow.Api.Exceptions
public class ProviderFactoryNotFoundException : InvalidOperationException, ISerializableInheritance
- 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
providerIdStringThe persistence provider id of the provider factory that was not found.