C# Class ServiceException, Quaack_rep_1

Inheritance: Exception
Afficher le fichier Open project: ARdeWeerd/Quaack_rep_1 Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
ServiceException ( System info, System context ) : System

Method Details

ServiceException() public méthode

public ServiceException ( ) : System
Résultat System

ServiceException() protected méthode

protected ServiceException ( System info, System context ) : System
info System
context System
Résultat System

ServiceException() public méthode

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

ServiceException() public méthode

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