C# 클래스 ExcepcionesSKD.Modulo14.BDPLanillaException

상속: ExceptionSKD
파일 보기 프로젝트 열기: rosmantorres/sakaratedo 1 사용 예제들

공개 메소드들

메소드 설명
BDPLanillaException ( ) : System
BDPLanillaException ( string message ) : System
BDPLanillaException ( string message, Exception inner ) : System
BDPLanillaException ( string codigo, string message, Exception inner ) : System

메소드 상세

BDPLanillaException() 공개 메소드

public BDPLanillaException ( ) : System
리턴 System

BDPLanillaException() 공개 메소드

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

BDPLanillaException() 공개 메소드

public BDPLanillaException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System

BDPLanillaException() 공개 메소드

public BDPLanillaException ( string codigo, string message, Exception inner ) : System
codigo string
message string
inner System.Exception
리턴 System