C# Class Simple.Migrator.DuplicatedVersionException

Exception thrown when a migration number is not unique.
Inheritance: System.Exception
ファイルを表示 Open project: juanplopes/simple

Public Methods

Method Description
DuplicatedVersionException ( long version ) : System

Method Details

DuplicatedVersionException() public method

public DuplicatedVersionException ( long version ) : System
version long
return System