![]() |
LicenseSpring .Net SDK 7.40.0
Easily add Software Licensing to your application
|
Thrown in case of invalid or expired OAuth credentials. More...
Public Member Functions | |
| OAuthException (string message, string errorCode) | |
| Exception constructor. | |
Public Member Functions inherited from LicenseSpring.LicenseSpringException | |
| LicenseSpringException (string message) | |
| Exception constructor. | |
| LicenseSpringException (string message, Exception innerException) | |
| Initializes a new instance with a specified error message and a reference to the inner exception. | |
Properties | |
| string | ErrorCode [get] |
| OAuth error code. | |
Thrown in case of invalid or expired OAuth credentials.
| LicenseSpring.OAuthException.OAuthException | ( | string | message, |
| string | errorCode | ||
| ) |
Exception constructor.
| message | OAuth error description. |
| errorCode | OAuth error code. |