C# Class YAMP.Exceptions.YAMPRuntimeException

The base class for any runtime exception.
Inheritance: YAMPException
Mostrar archivo Open project: FlorianRappl/YAMP

Public Methods

Method Description
YAMPRuntimeException ( String msg ) : System

Creates a new runtime exception.

Method Details

YAMPRuntimeException() public method

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