C# Class ProjectManagement.ProjectCreationFailedException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

ProjectCreationFailedException() public méthode

public ProjectCreationFailedException ( ) : System
Résultat System

ProjectCreationFailedException() protected méthode

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

ProjectCreationFailedException() public méthode

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

ProjectCreationFailedException() public méthode

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