UnhandledErrorDetectedEventArgs.UnhandledError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.