C# Класс RazorDB.C5.ReadOnlyCollectionException

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

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

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

Create a simple exception with no further explanation.

ReadOnlyCollectionException ( string message ) : System

Create the exception with an explanation of the reason.

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

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

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

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

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