Show / Hide Table of Contents

Class BackgroundThreadFailedEventArgs

Provides data for an event that is raised when a background thread failes.

Inheritance
System.Object
BackgroundThreadFailedEventArgs
Namespace: MarcusW.VncClient.Utils
Assembly: MarcusW.VncClient.dll
Syntax
public class BackgroundThreadFailedEventArgs : EventArgs

Constructors

| Improve this Doc View Source

BackgroundThreadFailedEventArgs(Exception)

Initializes a new instance of the BackgroundThreadFailedEventArgs.

Declaration
public BackgroundThreadFailedEventArgs(Exception exception)
Parameters
Type Name Description
Exception exception

The exception that describes the failure.

Properties

| Improve this Doc View Source

Exception

Gets the exception that describes the failure.

Declaration
public Exception Exception { get; }
Property Value
Type Description
Exception
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX