C# Class Orc.NuGetExplorer.Management.ProjectManageException

Inheritance: Exception
Datei anzeigen Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
ProjectManageException ( string message ) : System
ProjectManageException ( string message, Exception innerException ) : System

Method Details

ProjectManageException() public method

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

ProjectManageException() public method

public ProjectManageException ( string message, Exception innerException ) : System
message string
innerException Exception
return System