C# Class DependencyViewer.Common.Loaders.LoaderException

Inheritance: System.Exception
Afficher le fichier Open project: jamiepenney/VS-Dependency-Viewer

Méthodes publiques

Méthode Description
LoaderException ( string message ) : System
LoaderException ( string message, Exception innerException ) : System

Method Details

LoaderException() public méthode

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

LoaderException() public méthode

public LoaderException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System