C# Class ExcepcionesSKD.LoggerException

Inheritance: ExceptionSKD
Show file Open project: rosmantorres/sakaratedo

Public Methods

Method 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 method

public LoggerException ( ) : System
return System

LoggerException() public method

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

LoggerException() public method

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

LoggerException() public method

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