Table of Contents

Class OperationOAuthException

Thrown when an exception related to OAuth authentication is raised.

public class OperationOAuthException : Exception
Inheritance
OperationOAuthException

Fields

Reason

The reason for the exception.

public string Reason

Field Value

string

RequestEndpoint

The endpoint of the request.

public Uri RequestEndpoint

Field Value

Uri