C# Класс Yandex.Direct.YandexConnectionException

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

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

Метод Описание
YandexConnectionException ( ) : System
YandexConnectionException ( SerializationInfo info, StreamingContext context ) : System
YandexConnectionException ( string message ) : System
YandexConnectionException ( string message, Exception innerException ) : System

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

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

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

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

public YandexConnectionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

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

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

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