C# Class Adc.Odoo.Service.Infrastructure.Exceptions.OdooAuthenticationException

Inheritance: OdooException
Datei anzeigen Open project: Adconsulting/Adc.Odoo

Public Methods

Method Description
OdooAuthenticationException ( ) : System
OdooAuthenticationException ( string message ) : System
OdooAuthenticationException ( string message, Exception innerException ) : System

Method Details

OdooAuthenticationException() public method

public OdooAuthenticationException ( ) : System
return System

OdooAuthenticationException() public method

public OdooAuthenticationException ( string message ) : System
message string
return System

OdooAuthenticationException() public method

public OdooAuthenticationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System