Class OAuth2Exception
Inherited Members
Namespace: GitCredentialManager.Authentication.OAuth
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class OAuth2Exception : Exception, ISerializable, _Exception
Constructors
OAuth2Exception(string)
Declaration
public OAuth2Exception(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
OAuth2Exception(string, Exception)
Declaration
public OAuth2Exception(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |