C# Class PaintStore.Domain.Exceptions.DuplicateNameException

Inheritance: Exception
Afficher le fichier Open project: wojtek-rak/PaintStore

Méthodes publiques

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

Method Details

DuplicateNameException() public méthode

public DuplicateNameException ( ) : System
Résultat System

DuplicateNameException() public méthode

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

DuplicateNameException() public méthode

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