C# Class RenRen.Plurk.OAuthNonceException

Inheritance: OAuthException
Mostra file Open project: rschiang/rsPlurkLib

Public Methods

Method Description
OAuthNonceException ( ) : System
OAuthNonceException ( string nonce, string timestamp ) : System

Method Details

OAuthNonceException() public method

public OAuthNonceException ( ) : System
return System

OAuthNonceException() public method

public OAuthNonceException ( string nonce, string timestamp ) : System
nonce string
timestamp string
return System