C# Класс Eastern.OException

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

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

Метод Описание
OException ( ) : System
OException ( OExceptionType exceptionType, string message ) : System
OException ( OExceptionType exceptionType, string message, Exception inner ) : System

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

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

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

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

public OException ( OExceptionType exceptionType, string message ) : System
exceptionType OExceptionType
message string
Результат System

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

public OException ( OExceptionType exceptionType, string message, Exception inner ) : System
exceptionType OExceptionType
message string
inner System.Exception
Результат System