C# Класс YAMP.Exceptions.YAMPRuntimeException

The base class for any runtime exception.
Наследование: YAMPException
Показать файл Открыть проект

Открытые методы

Метод Описание
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