C# Class ExcepcionesSKD.Modulo2.RolesException

Inheritance: ExceptionSKD
显示文件 Open project: rosmantorres/sakaratedo

Public Methods

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

Method Details

RolesException() public method

public RolesException ( ) : System
return System

RolesException() public method

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

RolesException() public method

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

RolesException() public method

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