C# Class ExcepcionesSKD.Modulo15.ImplementoSinIDException

Inheritance: ExceptionSKD
Mostra file Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

ImplementoSinIDException() public method

public ImplementoSinIDException ( ) : System
return System

ImplementoSinIDException() public method

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

ImplementoSinIDException() public method

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

ImplementoSinIDException() public method

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