C# Class RIAPP.DataService.Core.Exceptions.AccessDeniedException

Inheritance: RIAPP.DataService.Core.Exceptions.DomainServiceException
Afficher le fichier Open project: BBGONE/JRIApp

Méthodes publiques

Méthode Description
AccessDeniedException ( ) : System
AccessDeniedException ( string message ) : System
AccessDeniedException ( string message, Exception innerException ) : System

Method Details

AccessDeniedException() public méthode

public AccessDeniedException ( ) : System
Résultat System

AccessDeniedException() public méthode

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

AccessDeniedException() public méthode

public AccessDeniedException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System