C# Класс Deveel.Data.Protocol.ProtocolException

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

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

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

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

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

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

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

public ProtocolException ( int errorCode ) : System
errorCode int
Результат System

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

public ProtocolException ( int errorCode, string message ) : System
errorCode int
message string
Результат System

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

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

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

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

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

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