C# 클래스 Adc.Odoo.Service.Infrastructure.Exceptions.OdooException

상속: System.Exception
파일 보기 프로젝트 열기: Adconsulting/Adc.Odoo

공개 메소드들

메소드 설명
OdooException ( ) : System
OdooException ( string message ) : System
OdooException ( string message, Exception innerException ) : System

보호된 메소드들

메소드 설명
GetException ( XmlRpcFaultException e ) : OdooException

메소드 상세

GetException() 보호된 정적인 메소드

protected static GetException ( XmlRpcFaultException e ) : OdooException
e CookComputing.XmlRpc.XmlRpcFaultException
리턴 OdooException

OdooException() 공개 메소드

public OdooException ( ) : System
리턴 System

OdooException() 공개 메소드

public OdooException ( string message ) : System
message string
리턴 System

OdooException() 공개 메소드

public OdooException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System