UnhandledErrorDetectedEventArgs.UnhandledError Property

Definition

Gets the error info object that can be used to handle the event or propagate the error through a language-specific error.

public:
 property UnhandledError ^ UnhandledError { UnhandledError ^ get(); };
UnhandledError UnhandledError();
public UnhandledError UnhandledError { get; }
var unhandledError = unhandledErrorDetectedEventArgs.unhandledError;
Public ReadOnly Property UnhandledError As UnhandledError

Property Value

An object that represents the unhandled error.

Applies to