Class ProcessorFactoryNotFoundException
Inheritance
ProcessorFactoryNotFoundException
Assembly: FluentMigrator.Abstractions.dll
Syntax
[Serializable]
public class ProcessorFactoryNotFoundException : FluentMigratorException, ISerializable, _Exception
Constructors
ProcessorFactoryNotFoundException()
Declaration
public ProcessorFactoryNotFoundException()
ProcessorFactoryNotFoundException(SerializationInfo, StreamingContext)
Declaration
public ProcessorFactoryNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
ProcessorFactoryNotFoundException(string)
Declaration
public ProcessorFactoryNotFoundException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
ProcessorFactoryNotFoundException(string, Exception)
Declaration
public ProcessorFactoryNotFoundException(string message, Exception innerException)
Parameters
Implements