C# Class ExcepcionesSKD.Modulo2.RolesException

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

Méthodes publiques

Méthode 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 méthode

public RolesException ( ) : System
Résultat System

RolesException() public méthode

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

RolesException() public méthode

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

RolesException() public méthode

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