C# Класс C5.ViewDisposedException

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

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

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

Create a simple exception with no further explanation.

ViewDisposedException ( string message ) : System

Create the exception with an explanation of the reason.

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

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

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

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

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