C# Class Yandex.Direct.YandexConnectionException

Inheritance: System.Exception
Exibir arquivo Open project: yapi-net/YandexDirect

Public Methods

Method Description
YandexConnectionException ( ) : System
YandexConnectionException ( SerializationInfo info, StreamingContext context ) : System
YandexConnectionException ( string message ) : System
YandexConnectionException ( string message, Exception innerException ) : System

Method Details

YandexConnectionException() public method

public YandexConnectionException ( ) : System
return System

YandexConnectionException() public method

public YandexConnectionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

YandexConnectionException() public method

public YandexConnectionException ( string message ) : System
message string
return System

YandexConnectionException() public method

public YandexConnectionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System