Method | Description | |
---|---|---|
OAuthKeysRevokedException ( ) : System |
Initializes a new instance of the OAuthKeysRevokedException class. Default constructor.
|
|
OAuthKeysRevokedException ( string message ) : System |
Initializes a new instance of the OAuthKeysRevokedException class. Constructor with additional message.
|
|
OAuthKeysRevokedException ( string message, Exception innerException ) : System |
Initializes a new instance of the OAuthKeysRevokedException class. Constructor with additional message and inner exception.
|
public OAuthKeysRevokedException ( ) : System | ||
return | System |
public OAuthKeysRevokedException ( string message ) : System | ||
message | string | Additional message |
return | System |
public OAuthKeysRevokedException ( string message, Exception innerException ) : System | ||
message | string | Additionnal message. |
innerException | Exception | Reference to inner exception. |
return | System |