C# Class SFA.DAS.AssessorService.Domain.Exceptions.NotFoundException

Inheritance: Exception
Exibir arquivo Open project: SkillsFundingAgency/das-assessor-service

Public Methods

Method Description
NotFoundException ( ) : System
NotFoundException ( string message ) : System
NotFoundException ( string message, Exception inner ) : System

Protected Methods

Method Description
NotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NotFoundException() public method

public NotFoundException ( ) : System
return System

NotFoundException() protected method

protected NotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

NotFoundException() public method

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

NotFoundException() public method

public NotFoundException ( string message, Exception inner ) : System
message string
inner Exception
return System