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

Inheritance: Exception
Afficher le fichier Open project: SkillsFundingAgency/das-assessor-service

Méthodes publiques

Méthode Description
NotFoundException ( ) : System
NotFoundException ( string message ) : System
NotFoundException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
NotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

NotFoundException() public méthode

public NotFoundException ( ) : System
Résultat System

NotFoundException() protected méthode

protected NotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

NotFoundException() public méthode

public NotFoundException ( string message ) : System
message string
Résultat System

NotFoundException() public méthode

public NotFoundException ( string message, Exception inner ) : System
message string
inner Exception
Résultat System