Gets the Exception that occurred during the asynchronous operation, null otherwise.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public Exception Error { get; }
Visual Basic
Public ReadOnly Property Error As Exception
	Get
Visual C++
public:
property Exception^ Error {
	Exception^ get ();
}
F#
member Error : Exception with get

Property Value

Type: Exception

See Also