C# Class ExcepcionesSKD.LoggerException

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

Méthodes publiques

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

Method Details

LoggerException() public méthode

public LoggerException ( ) : System
Résultat System

LoggerException() public méthode

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

LoggerException() public méthode

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

LoggerException() public méthode

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