Table of Contents

Class ExecutorException

Namespace
ZeroInstall.Services.Executors
Assembly
ZeroInstall.Services.dll

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

public sealed class ExecutorException : Exception, ISerializable
Inheritance
ExecutorException
Implements
Inherited Members

Constructors

ExecutorException()

Creates a new missing main exception.

public ExecutorException()

ExecutorException(string)

Creates a new missing main exception.

public ExecutorException(string message)

Parameters

message string

ExecutorException(string, Exception)

Creates a new missing main exception.

public ExecutorException(string message, Exception innerException)

Parameters

message string
innerException Exception