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