C# Класс Orient.Client.OException

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

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

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

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

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

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

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

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

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

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