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

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

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

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

Create a simple exception with no further explanation.

IncompatibleViewException ( string message ) : System

Create the exception with an explanation of the reason.

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

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

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

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

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