C# Class Subtext.Framework.Exceptions.DuplicateEntryException

Inheritance: System.Exception
ファイルを表示 Open project: ayende/Subtext

Public Methods

Method Description
DuplicateEntryException ( string message ) : System
DuplicateEntryException ( string message, Exception inner ) : System

Method Details

DuplicateEntryException() public method

public DuplicateEntryException ( string message ) : System
message string
return System

DuplicateEntryException() public method

public DuplicateEntryException ( string message, Exception inner ) : System
message string
inner System.Exception
return System