C# Class Yandex.Direct.YandexDirectException

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

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
YandexDirectException ( ) : System
YandexDirectException ( SerializationInfo info, StreamingContext context ) : System
YandexDirectException ( YandexApiErrorCode errorCode, string message ) : System
YandexDirectException ( string message ) : System

Method Details

GetObjectData() public method

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

YandexDirectException() public method

public YandexDirectException ( ) : System
return System

YandexDirectException() public method

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

YandexDirectException() public method

public YandexDirectException ( YandexApiErrorCode errorCode, string message ) : System
errorCode YandexApiErrorCode
message string
return System

YandexDirectException() public method

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