Class ProcessorFactoryNotFoundException
Exception that gets thrown when a processor factory couldn't be found
Inherited Members
Namespace: FluentMigrator.Exceptions
Assembly: FluentMigrator.Abstractions.dll
Syntax
[Serializable]
public class ProcessorFactoryNotFoundException : FluentMigratorException, _Exception, ISerializable
Constructors
| Edit this page View SourceProcessorFactoryNotFoundException()
Initializes a new instance of the ProcessorFactoryNotFoundException class.
Declaration
public ProcessorFactoryNotFoundException()
ProcessorFactoryNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the ProcessorFactoryNotFoundException class.
Declaration
public ProcessorFactoryNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The serialization information |
StreamingContext | context | The streaming context |
ProcessorFactoryNotFoundException(string)
Initializes a new instance of the ProcessorFactoryNotFoundException class.
Declaration
public ProcessorFactoryNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message |
ProcessorFactoryNotFoundException(string, Exception)
Initializes a new instance of the ProcessorFactoryNotFoundException class.
Declaration
public ProcessorFactoryNotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message |
Exception | innerException | The inner exception |