C# Class ExcepcionesSKD.Modulo3.FormatoIncorrectoException

Inheritance: ExceptionSKD
Show file Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

FormatoIncorrectoException() public method

public FormatoIncorrectoException ( ) : System
return System

FormatoIncorrectoException() public method

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

FormatoIncorrectoException() public method

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

FormatoIncorrectoException() public method

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