C# Class ProjectManagement.Domain.ProjectNotFoundException

Inheritance: System.Exception
Mostra file Open project: LeagueOfDevelopers/LodCore

Public Methods

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

Protected Methods

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

Method Details

ProjectNotFoundException() public method

public ProjectNotFoundException ( ) : System
return System

ProjectNotFoundException() protected method

protected ProjectNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ProjectNotFoundException() public method

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

ProjectNotFoundException() public method

public ProjectNotFoundException ( string message, Exception inner ) : System
message string
inner System.Exception
return System