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, ISerializableType Hierarchy
- Exception
- SystemException
- InvalidOperationException
- ProviderFactoryNotFoundException Current type
- Implemented interfaces
- ProviderFactoryNotFoundException Current type
- InvalidOperationException
- SystemException
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.