C# Class CUITe.Controls.GenericException

Generic exception
Inheritance: System.Exception
Afficher le fichier Open project: icnocop/cuite

Méthodes publiques

Méthode Description
GenericException ( string message ) : System

Initializes a new instance of the GenericException class.

Method Details

GenericException() public méthode

Initializes a new instance of the GenericException class.
public GenericException ( string message ) : System
message string The message.
Résultat System