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

Inheritance: System.Exception
Mostra file Open project: affecto/dotnet-IdentityManagement

Public Methods

Method Description
EntityNotFoundException ( string message ) : System
EntityNotFoundException ( string type, System.Guid id ) : System
EntityNotFoundException ( string type, string id ) : System

Method Details

EntityNotFoundException() public method

public EntityNotFoundException ( string message ) : System
message string
return System

EntityNotFoundException() public method

public EntityNotFoundException ( string type, System.Guid id ) : System
type string
id System.Guid
return System

EntityNotFoundException() public method

public EntityNotFoundException ( string type, string id ) : System
type string
id string
return System