C# Класс Adc.Odoo.Service.Infrastructure.Exceptions.OdooAuthenticationException

Наследование: OdooException
Показать файл Открыть проект

Открытые методы

Метод Описание
OdooAuthenticationException ( ) : System
OdooAuthenticationException ( string message ) : System
OdooAuthenticationException ( string message, Exception innerException ) : System

Описание методов

OdooAuthenticationException() публичный Метод

public OdooAuthenticationException ( ) : System
Результат System

OdooAuthenticationException() публичный Метод

public OdooAuthenticationException ( string message ) : System
message string
Результат System

OdooAuthenticationException() публичный Метод

public OdooAuthenticationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System