Facebook.FacebookApiException.FacebookApiException C# (CSharp) Method

FacebookApiException() public method

Initializes a new instance of the FacebookApiException class.
public FacebookApiException ( ) : System
return System
        public FacebookApiException()
        {
        }

Same methods

FacebookApiException::FacebookApiException ( SerializationInfo info, StreamingContext context ) : System
FacebookApiException::FacebookApiException ( string message ) : System
FacebookApiException::FacebookApiException ( string message, Exception innerException ) : System
FacebookApiException::FacebookApiException ( string message, string errorType ) : System
FacebookApiException::FacebookApiException ( string message, string errorType, int errorCode ) : System
FacebookApiException::FacebookApiException ( string message, string errorType, int errorCode, int errorSubcode ) : System
FacebookApiException