Show / Hide Table of Contents

Class OAuth2Exception

Inheritance
object
Exception
OAuth2Exception
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
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

Implements

ISerializable
_Exception
In this article
Back to top Generated by DocFX