메소드 | 설명 | |
---|---|---|
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.
|
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 |