C# Class Subtext.Framework.Exceptions.DuplicateEntryException

Inheritance: System.Exception
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
DuplicateEntryException ( string message ) : System
DuplicateEntryException ( string message, Exception inner ) : System

Method Details

DuplicateEntryException() public méthode

public DuplicateEntryException ( string message ) : System
message string
Résultat System

DuplicateEntryException() public méthode

public DuplicateEntryException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System