C# Класс GitRocketFilter.RocketException

An exception used to display errors (compilation, invalid parameters...etc).
Наследование: System.Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the T:System.Exception class with a specified error message.

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

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

Initializes a new instance of the T:System.Exception class with a specified error message.
public RocketException ( string message ) : System
message string The message that describes the error.
Результат System