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 SourceBackgroundThreadFailedEventArgs(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 SourceException
Gets the exception that describes the failure.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |