C# Class ExcepcionesSKD.Modulo14.BDDatosException

Inheritance: ExceptionSKD
Show file Open project: rosmantorres/sakaratedo Class Usage Examples

Public Methods

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

Method Details

BDDatosException() public method

public BDDatosException ( ) : System
return System

BDDatosException() public method

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

BDDatosException() public method

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

BDDatosException() public method

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