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

Inheritance: OdooException
Afficher le fichier Open project: Adconsulting/Adc.Odoo

Méthodes publiques

Méthode Description
OdooAuthenticationException ( ) : System
OdooAuthenticationException ( string message ) : System
OdooAuthenticationException ( string message, Exception innerException ) : System

Method Details

OdooAuthenticationException() public méthode

public OdooAuthenticationException ( ) : System
Résultat System

OdooAuthenticationException() public méthode

public OdooAuthenticationException ( string message ) : System
message string
Résultat System

OdooAuthenticationException() public méthode

public OdooAuthenticationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System