NotFoundException.NotFoundException C# (CSharp) Méthode

NotFoundException() public méthode

public NotFoundException ( string message ) : ITL.Domain.Common
message string
Résultat ITL.Domain.Common
    public NotFoundException(string message) : base(HttpStatusCode.NotFound, message)
    {
    }
}

Same methods

NotFoundException::NotFoundException ( ) : ITL.Domain.Common
NotFoundException