C# Class NotFoundException, ITL

Represents and error when a required object is not found
Inheritance: Exception
Exibir arquivo Open project: Jadhielv/KCTest Class Usage Examples

Public Methods

Method Description
NotFoundException ( ) : ITL.Domain.Common
NotFoundException ( string message ) : ITL.Domain.Common

Method Details

NotFoundException() public method

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

NotFoundException() public method

public NotFoundException ( string message ) : ITL.Domain.Common
message string
return ITL.Domain.Common