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

Inheritance: System.Exception
Datei anzeigen Open project: ismaelbelghiti/Tigwi

Public Methods

Method Description
UserNotFoundException ( System.Guid id, UserNotFound innerException ) : System
UserNotFoundException ( string login, UserNotFound innerException ) : System

Method Details

UserNotFoundException() public method

public UserNotFoundException ( System.Guid id, UserNotFound innerException ) : System
id System.Guid
innerException Tigwi.Storage.Library.UserNotFound
return System

UserNotFoundException() public method

public UserNotFoundException ( string login, UserNotFound innerException ) : System
login string
innerException Tigwi.Storage.Library.UserNotFound
return System