C# Class KonfDB.Infrastructure.Exceptions.UnauthorizedUserException

Inheritance: BaseException
Afficher le fichier Open project: punitganshani/KonfDB

Méthodes publiques

Méthode Description
UnauthorizedUserException ( string message ) : System
UnauthorizedUserException ( string message, Exception exception ) : System

Method Details

UnauthorizedUserException() public méthode

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

UnauthorizedUserException() public méthode

public UnauthorizedUserException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System