InvalidScopeException Class | |
This is the exception thrown by To indicate an "invalid_scope" error occurred when obtaining an
authorization Code.
Thread safety: Exceptions are not thread safe.
Inheritance Hierarchy
Namespace:
Smartsheet.Api.OAuth
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public class InvalidScopeException : OAuthAuthorizationCodeException
Public Class InvalidScopeException
Inherits OAuthAuthorizationCodeException
public ref class InvalidScopeException : public OAuthAuthorizationCodeException
type InvalidScopeException =
class
inherit OAuthAuthorizationCodeException
end
The InvalidScopeException type exposes the following members.
Constructors See Also