C# Class Bot.Exceptions.CompareExcepion

Inheritance: Exception
Afficher le fichier Open project: ozeidan/pokerBot

Méthodes publiques

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

Method Details

CompareExcepion() public méthode

public CompareExcepion ( ) : System
Résultat System

CompareExcepion() public méthode

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

CompareExcepion() public méthode

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