C# Class Affecto.IdentityManagement.Querying.Exceptions.EntityNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: affecto/dotnet-IdentityManagement

Méthodes publiques

Méthode Description
EntityNotFoundException ( string message ) : System
EntityNotFoundException ( string type, System.Guid id ) : System
EntityNotFoundException ( string type, string id ) : System

Method Details

EntityNotFoundException() public méthode

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

EntityNotFoundException() public méthode

public EntityNotFoundException ( string type, System.Guid id ) : System
type string
id System.Guid
Résultat System

EntityNotFoundException() public méthode

public EntityNotFoundException ( string type, string id ) : System
type string
id string
Résultat System