C# Class Tiraggo.Interfaces.tgConcurrencyException

Inheritance: tgException
Afficher le fichier Open project: BrewDawg/Tiraggo

Méthodes publiques

Méthode Description
tgConcurrencyException ( string message ) : System
tgConcurrencyException ( string message, Exception innerException ) : System

Method Details

tgConcurrencyException() public méthode

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

tgConcurrencyException() public méthode

public tgConcurrencyException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System