C# Класс C5.ConcurrentEnumerationException

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

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

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

Create a simple exception with no further explanation.

ConcurrentEnumerationException ( string message ) : System

Create a simple exception with the an explanation contained in the error message.

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

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

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

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

Create a simple exception with the an explanation contained in the error message.
public ConcurrentEnumerationException ( string message ) : System
message string
Результат System