C# Class Sharp.Migrations.SeedNotFoundException

Inheritance: MigrationException
ファイルを表示 Open project: sharpmigrations/sharpmigrations

Public Methods

Method Description
SeedNotFoundException ( string seedName, string message, Exception innerException = null ) : System

Method Details

SeedNotFoundException() public method

public SeedNotFoundException ( string seedName, string message, Exception innerException = null ) : System
seedName string
message string
innerException System.Exception
return System