C# Class YAMP.Exceptions.YAMPRuntimeException

The base class for any runtime exception.
Inheritance: YAMPException
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
YAMPRuntimeException ( String msg ) : System

Creates a new runtime exception.

Method Details

YAMPRuntimeException() public méthode

Creates a new runtime exception.
public YAMPRuntimeException ( String msg ) : System
msg String The message to show.
Résultat System