Class NeedsGuiException
Indicates that the requested operation requires a GUI but the current process does not have one.
Inheritance
NeedsGuiException
Assembly: 0install.dll
Syntax
public class NeedsGuiException : NotSupportedException
Constructors
NeedsGuiException()
Declaration
public NeedsGuiException()
NeedsGuiException(SerializationInfo, StreamingContext)
Declaration
protected NeedsGuiException(SerializationInfo info, StreamingContext context)
Parameters
NeedsGuiException(String)
Declaration
public NeedsGuiException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
NeedsGuiException(String, Exception)
Declaration
public NeedsGuiException(string message, Exception inner)
Parameters