C# Class AuntieDot.Core.Exceptions.OAuthConsentNotGivenException

Inheritance: System.Exception
Show file Open project: 0xdeafcafe/AuntieDot

Public Methods

Method Description
OAuthConsentNotGivenException ( )
OAuthConsentNotGivenException ( string message )
OAuthConsentNotGivenException ( string message, System innerException )

Method Details

OAuthConsentNotGivenException() public method

OAuthConsentNotGivenException() public method

public OAuthConsentNotGivenException ( string message )
message string

OAuthConsentNotGivenException() public method

public OAuthConsentNotGivenException ( string message, System innerException )
message string
innerException System