C# Class ExcepcionesSKD.Modulo7.ObjetoNuloException

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

Méthodes publiques

Méthode Description
ObjetoNuloException ( ) : System
ObjetoNuloException ( string message ) : System
ObjetoNuloException ( string message, Exception inner ) : System
ObjetoNuloException ( string codigo, string message, Exception inner ) : System

Method Details

ObjetoNuloException() public méthode

public ObjetoNuloException ( ) : System
Résultat System

ObjetoNuloException() public méthode

public ObjetoNuloException ( string message ) : System
message string
Résultat System

ObjetoNuloException() public méthode

public ObjetoNuloException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

ObjetoNuloException() public méthode

public ObjetoNuloException ( string codigo, string message, Exception inner ) : System
codigo string
message string
inner System.Exception
Résultat System