C# Класс C5.CollectionModifiedException

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

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

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

Create a simple exception with no further explanation.

CollectionModifiedException ( string message ) : System

Create the exception with an explanation of the reason.

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

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

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

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

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