Method | Description | |
---|---|---|
FacebookApiException ( ) : System |
Initializes a new instance of the FacebookApiException class.
|
|
FacebookApiException ( string message ) : System |
Initializes a new instance of the FacebookApiException class.
|
|
FacebookApiException ( string message, |
Initializes a new instance of the FacebookApiException class.
|
|
FacebookApiException ( string message, string errorType ) : System |
Initializes a new instance of the FacebookApiException class.
|
|
FacebookApiException ( string message, string errorType, int errorCode ) : System |
Initializes a new instance of the FacebookApiException class.
|
|
FacebookApiException ( string message, string errorType, int errorCode, int errorSubcode ) : System |
Initializes a new instance of the FacebookApiException class.
|
Method | Description | |
---|---|---|
FacebookApiException ( |
Initializes a new instance of the FacebookApiException class.
|
protected FacebookApiException ( |
||
info | The |
|
context | The |
|
return | System |
public FacebookApiException ( string message ) : System | ||
message | string | The message. |
return | System |
public FacebookApiException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |
public FacebookApiException ( string message, string errorType ) : System | ||
message | string | The message. |
errorType | string | Type of the error. |
return | System |
public FacebookApiException ( string message, string errorType, int errorCode ) : System | ||
message | string | The message. |
errorType | string | Type of the error. |
errorCode | int | Code of the error. |
return | System |
public FacebookApiException ( string message, string errorType, int errorCode, int errorSubcode ) : System | ||
message | string | The message. |
errorType | string | Type of the error. |
errorCode | int | Code of the error. |
errorSubcode | int | Subcode of the error. |
return | System |