C# Class Facebook.ExceptionFactory

A utility for generating Facebook exceptions.
Mostra file Open project: anujb/MonoMobile.Facebook

Private Methods

Method Description
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.