C# Class ExcepcionesSKD.Modulo14.URLImagenException

Inheritance: ExceptionSKD
ファイルを表示 Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

URLImagenException() public method

public URLImagenException ( ) : System
return System

URLImagenException() public method

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

URLImagenException() public method

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

URLImagenException() public method

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