C# Класс Dev2.DataList.Contract.RecordsetNotFoundException

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

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

Метод Описание
RecordsetNotFoundException ( ) : System
RecordsetNotFoundException ( string message ) : System
RecordsetNotFoundException ( string message, Exception innerException ) : System

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

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

public RecordsetNotFoundException ( ) : System
Результат System

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

public RecordsetNotFoundException ( string message ) : System
message string
Результат System

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

public RecordsetNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System