![]() |
LicenseSpring .Net SDK 7.32.1
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. | |
![]() | |
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. |