Show / Hide Table of Contents

Class NeedsGuiException

Indicates that the requested operation requires a GUI but the current process does not have one.

Inheritance
Object
NeedsGuiException
Namespace: ZeroInstall.Commands
Assembly: 0install.dll
Syntax
public class NeedsGuiException : NotSupportedException

Constructors

NeedsGuiException()

Declaration
public NeedsGuiException()

NeedsGuiException(SerializationInfo, StreamingContext)

Declaration
protected NeedsGuiException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

NeedsGuiException(String)

Declaration
public NeedsGuiException(string message)
Parameters
Type Name Description
String message

NeedsGuiException(String, Exception)

Declaration
public NeedsGuiException(string message, Exception inner)
Parameters
Type Name Description
String message
Exception inner
In This Article
Back to top Copyright Bastian Eicher et al