Class RunnerException
Inheritance
RunnerException
Assembly: FluentMigrator.Runner.dll
Syntax
public class RunnerException : FluentMigratorException, _Exception, ISerializable
Constructors
|
Edit this page
View Source
RunnerException()
Declaration
protected RunnerException()
|
Edit this page
View Source
RunnerException(SerializationInfo, StreamingContext)
Declaration
protected RunnerException(SerializationInfo info, StreamingContext context)
Parameters
|
Edit this page
View Source
RunnerException(string)
Declaration
protected RunnerException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
RunnerException(string, Exception)
Declaration
protected RunnerException(string message, Exception innerException)
Parameters
Implements