C# Class ProjectManagement.Domain.ProjectNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: LeagueOfDevelopers/LodCore

Méthodes publiques

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

Méthodes protégées

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

Method Details

ProjectNotFoundException() public méthode

public ProjectNotFoundException ( ) : System
Résultat System

ProjectNotFoundException() protected méthode

protected ProjectNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ProjectNotFoundException() public méthode

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

ProjectNotFoundException() public méthode

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