Bagikan melalui


UnhandledExceptionEventArgs.Exception Properti

Definisi

Mendapatkan kode HRESULT yang terkait dengan pengecualian yang tidak tertangani.

public:
 property HResult Exception { HResult get(); };
HResult Exception();
public System.Exception Exception { get; }
var hResult = unhandledExceptionEventArgs.exception;
Public ReadOnly Property Exception As Exception

Nilai Properti

Kode HRESULT (untuk ekstensi komponen Visual C++ (C++/CX)), atau System.Exception runtime bahasa umum (CLR) yang dipetakan.

Berlaku untuk

Lihat juga