C# Class xuiService.xuiException

Inheritance: System.Exception
Afficher le fichier Open project: linb/CrossUI

Méthodes publiques

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

Method Details

xuiException() public méthode

public xuiException ( ) : System
Résultat System

xuiException() public méthode

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

xuiException() public méthode

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