C# Class LynnaLab.DuplicateLabelException

Inheritance: System.Exception
Afficher le fichier Open project: Drenn1/LynnaLab

Méthodes publiques

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

Method Details

DuplicateLabelException() public méthode

public DuplicateLabelException ( ) : System
Résultat System

DuplicateLabelException() public méthode

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

DuplicateLabelException() public méthode

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