C# Class Yandex.Direct.YandexDirectException

Inheritance: System.Exception
Afficher le fichier Open project: yapi-net/YandexDirect

Méthodes publiques

Méthode 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 méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

YandexDirectException() public méthode

public YandexDirectException ( ) : System
Résultat System

YandexDirectException() public méthode

public YandexDirectException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

YandexDirectException() public méthode

public YandexDirectException ( YandexApiErrorCode errorCode, string message ) : System
errorCode YandexApiErrorCode
message string
Résultat System

YandexDirectException() public méthode

public YandexDirectException ( string message ) : System
message string
Résultat System