Метод | Описание | |
---|---|---|
FacebookOAuthException ( ) : System |
Initializes a new instance of the FacebookOAuthException class.
|
|
FacebookOAuthException ( string message ) : System |
Initializes a new instance of the FacebookOAuthException class.
|
|
FacebookOAuthException ( string message, |
Initializes a new instance of the FacebookOAuthException class.
|
|
FacebookOAuthException ( string message, string errorType ) : System |
Initializes a new instance of the FacebookOAuthException class.
|
|
FacebookOAuthException ( string message, string errorType, int errorCode ) : System |
Initializes a new instance of the FacebookOAuthException class.
|
|
FacebookOAuthException ( string message, string errorType, int errorCode, int errorSubcode ) : System |
Initializes a new instance of the FacebookOAuthException class.
|
Метод | Описание | |
---|---|---|
FacebookOAuthException ( |
Initializes a new instance of the FacebookOAuthException class.
|
public FacebookOAuthException ( ) : System | ||
Результат | System |
protected FacebookOAuthException ( |
||
info | The |
|
context | The |
|
Результат | System |
public FacebookOAuthException ( string message ) : System | ||
message | string | The message. |
Результат | System |
public FacebookOAuthException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
Результат | System |
public FacebookOAuthException ( string message, string errorType ) : System | ||
message | string | The message. |
errorType | string | The error type. |
Результат | System |
public FacebookOAuthException ( string message, string errorType, int errorCode ) : System | ||
message | string | The message. |
errorType | string | Type of the error. |
errorCode | int | Code of the error. |
Результат | System |
public FacebookOAuthException ( 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. |
Результат | System |