Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
YAMP
Exceptions
YAMPRuntimeException
C# Class YAMP.Exceptions.YAMPRuntimeException
The base class for any runtime exception.
Inheritance:
YAMPException
Show file
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