Class OAuth2Exception

Definition

Namespace:
Tizen.Account.OAuth2
Assembly:
Tizen.Account.OAuth2.dll
API Level:
3

Exception wrapper for OAuth2 related exception

C#
Copy
[Obsolete] public class OAuth2Exception : Exception, ISerializable
Inheritance
System.Object
OAuth2Exception
Implements
System.Runtime.Serialization.ISerializable

Properties

View Source

Error

The error response.

Declaration
C#
Copy
[Obsolete] public OAuth2ErrorResponse Error { get; }
Property Value
Type Description
OAuth2ErrorResponse
API Level: 3

Implements

System.Runtime.Serialization.ISerializable