C# Класс CUITe.Controls.GenericException

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

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

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

Initializes a new instance of the GenericException class.

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

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

Initializes a new instance of the GenericException class.
public GenericException ( string message ) : System
message string The message.
Результат System