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

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

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

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

Create a simple exception with no further explanation.

NotAViewException ( string message ) : System

Create the exception with an explanation of the reason.

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

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

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

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

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