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

Inheritance: Exception
Mostra file Open project: SkillsFundingAgency/das-admin-service

Public Methods

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

Protected Methods

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

Method Details

NotFound() public method

public NotFound ( ) : System
return System

NotFound() protected method

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

NotFound() public method

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

NotFound() public method

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