C# Класс Facebook.ExceptionFactory

A utility for generating Facebook exceptions.
Показать файл Открыть проект

Приватные методы

Метод Описание
CheckForRestException ( Uri>.IDictionary domainMaps, Uri requestUri, object json ) : FacebookApiException

Checks for rest exception.

CheckForRestException ( Uri>.IDictionary domainMaps, Uri requestUri, string json ) : FacebookApiException

Checks for rest exception.

GetGraphException ( WebException exception ) : FacebookApiException
GetGraphException ( WebExceptionWrapper exception ) : FacebookApiException
GetGraphException ( object result ) : FacebookApiException

Gets the graph exception if possible.

GetGraphException ( string json ) : FacebookApiException
GetRestException ( object result ) : FacebookApiException

Gets the rest exception if possible.