C# Class Sage.Platform.Upgrade.InvalidProjectException

Inheritance: System.ApplicationException
Show file Open project: Saleslogix/ProjectUpgrade

Public Methods

Method Description
InvalidProjectException ( string message ) : System
InvalidProjectException ( string message, string projectPath ) : System

Method Details

InvalidProjectException() public method

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

InvalidProjectException() public method

public InvalidProjectException ( string message, string projectPath ) : System
message string
projectPath string
return System