C# Класс ServiceException, Quaack_rep_1

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

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

Метод Описание
ServiceException ( ) : System
ServiceException ( string message ) : System
ServiceException ( string message, System inner ) : System

Защищенные методы

Метод Описание
ServiceException ( System info, System context ) : System

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

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

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

ServiceException() защищенный Метод

protected ServiceException ( System info, System context ) : System
info System
context System
Результат System

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

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

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

public ServiceException ( string message, System inner ) : System
message string
inner System
Результат System