Show / Hide Table of Contents

Class ExecutorException

Indicates that the IExecutor was unable to launch the desired application.

Inheritance
Object
ExecutorException
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
In This Article
Back to top Copyright Bastian Eicher et al