Esempio n. 1
0
 public OAuthRequestException oauthRequestException(OAuthError _error, String _errorText,
             Exception cause)
 {
     return oauthRequestException(_error.ToString(), _errorText, cause);
 }
Esempio n. 2
0
 public OAuthRequestException oauthRequestException(OAuthError _error, String _errorText,
                                                    Exception cause)
 {
     return(oauthRequestException(_error.ToString(), _errorText, cause));
 }