Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
YAMP
Exceptions
YAMPRuntimeException
C# 클래스 YAMP.Exceptions.YAMPRuntimeException
The base class for any runtime exception.
상속:
YAMPException
파일 보기
프로젝트 열기: FlorianRappl/YAMP
공개 메소드들
메소드
설명
YAMPRuntimeException
(
String
msg
) :
System
Creates a new runtime exception.
메소드 상세
YAMPRuntimeException()
공개
메소드
Creates a new runtime exception.
public
YAMPRuntimeException
(
String
msg
) :
System
msg
String
The message to show.
리턴
System