C# Class ExcepcionesSKD.Modulo16.ReferenciaNulaException

Inheritance: ExceptionSKD
Afficher le fichier Open project: rosmantorres/sakaratedo

Méthodes publiques

Méthode Description
ReferenciaNulaException ( ) : System
ReferenciaNulaException ( String mensaje ) : System
ReferenciaNulaException ( String mensaje, Exception e ) : System
ReferenciaNulaException ( String codigo, String mensaje, Exception e ) : System

Method Details

ReferenciaNulaException() public méthode

public ReferenciaNulaException ( ) : System
Résultat System

ReferenciaNulaException() public méthode

public ReferenciaNulaException ( String mensaje ) : System
mensaje String
Résultat System

ReferenciaNulaException() public méthode

public ReferenciaNulaException ( String mensaje, Exception e ) : System
mensaje String
e System.Exception
Résultat System

ReferenciaNulaException() public méthode

public ReferenciaNulaException ( String codigo, String mensaje, Exception e ) : System
codigo String
mensaje String
e System.Exception
Résultat System