C# Класс SevenMod.Core.HaltPluginException

Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
HaltPluginException ( string message ) : System

Initializes a new instance of the HaltPluginException class.

Описание методов

HaltPluginException() публичный Метод

Initializes a new instance of the HaltPluginException class.
public HaltPluginException ( string message ) : System
message string The error message that explains the reason for the exception.
Результат System