C# Class Tigwi.UI.Models.Storage.UserNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: ismaelbelghiti/Tigwi

Méthodes publiques

Méthode Description
UserNotFoundException ( System.Guid id, UserNotFound innerException ) : System
UserNotFoundException ( string login, UserNotFound innerException ) : System

Method Details

UserNotFoundException() public méthode

public UserNotFoundException ( System.Guid id, UserNotFound innerException ) : System
id System.Guid
innerException Tigwi.Storage.Library.UserNotFound
Résultat System

UserNotFoundException() public méthode

public UserNotFoundException ( string login, UserNotFound innerException ) : System
login string
innerException Tigwi.Storage.Library.UserNotFound
Résultat System