Class ExecutorException
Indicates that the IExecutor was unable to launch the desired application.
Namespace: ZeroInstall.Services.Executors
Assembly: ZeroInstall.Services.dll
Syntax
public sealed class ExecutorException : Exception
Constructors
ExecutorException()
Creates a new missing main exception.
Declaration
public ExecutorException()
ExecutorException(String)
Creates a new missing main exception.
Declaration
public ExecutorException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
ExecutorException(String, Exception)
Creates a new missing main exception.
Declaration
public ExecutorException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |