C# Класс C5.UnlistenableEventException

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

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

Метод Описание
UnlistenableEventException ( ) : System

Create a simple exception with no further explanation.

UnlistenableEventException ( string message ) : System

Create the exception with an explanation of the reason.

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

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

Create a simple exception with no further explanation.
public UnlistenableEventException ( ) : System
Результат System

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

Create the exception with an explanation of the reason.
public UnlistenableEventException ( string message ) : System
message string
Результат System