C# Class NuDeploy.Core.Services.Installation.PowerShell.PowerShellException

Inheritance: System.Exception
Mostra file Open project: andreaskoch/NuDeploy

Public Methods

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

Method Details

PowerShellException() public method

public PowerShellException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System