Class PowerShellException
Thrown by PowerShell when an error is detected.
Namespace: Neon.Windows
Assembly: Neon.Common.dll
Syntax
public class PowerShellException : Exception
Constructors
PowerShellException(string, Exception)
Constructor.
Declaration
public PowerShellException(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message. |
Exception | innerException | Optionally specifies an inner exception. |