C# Class Sage.ProjectInitializationException

Represents an error that was raised due to a missing dependency.
Inheritance: System.Exception
Afficher le fichier Open project: igorfrance/sage

Méthodes publiques

Méthode Description
ProjectInitializationException ( string message ) : System
ProjectInitializationException ( string message, Exception ex ) : System

Method Details

ProjectInitializationException() public méthode

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

ProjectInitializationException() public méthode

public ProjectInitializationException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System