C# Class FacebookSharp.FacebookException

Encapsulation of a Facebook Error: a Facebook request that could not be fulfilled.
Inheritance: FacebookSharpException
Show file Open project: prabirshrestha/FacebookSharp

Public Methods

Method Description
FacebookException ( string message ) : System
FacebookException ( string message, string type, int code ) : System

Method Details

FacebookException() public method

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

FacebookException() public method

public FacebookException ( string message, string type, int code ) : System
message string
type string
code int
return System