C# Class ExcepcionesSKD.Modulo14.BDPLanillaException

Inheritance: ExceptionSKD
ファイルを表示 Open project: rosmantorres/sakaratedo Class Usage Examples

Public Methods

Method Description
BDPLanillaException ( ) : System
BDPLanillaException ( string message ) : System
BDPLanillaException ( string message, Exception inner ) : System
BDPLanillaException ( string codigo, string message, Exception inner ) : System

Method Details

BDPLanillaException() public method

public BDPLanillaException ( ) : System
return System

BDPLanillaException() public method

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

BDPLanillaException() public method

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

BDPLanillaException() public method

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