DkmAddExceptionTriggerAsyncResult.CreateErrorResult(Exception) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Başarısız bir DkmProcess. AddExceptionTrigger çağrısından hatayı tutacak yeni bir sonuç yapısı oluşturur.
public:
static Microsoft::VisualStudio::Debugger::Exceptions::DkmAddExceptionTriggerAsyncResult CreateErrorResult(Exception ^ exception);
public static Microsoft.VisualStudio.Debugger.Exceptions.DkmAddExceptionTriggerAsyncResult CreateErrorResult (Exception exception);
static member CreateErrorResult : Exception -> Microsoft.VisualStudio.Debugger.Exceptions.DkmAddExceptionTriggerAsyncResult
Public Shared Function CreateErrorResult (exception As Exception) As DkmAddExceptionTriggerAsyncResult
Parametreler
- exception
- Exception
[In] hatayı içeren özel durum nesnesi
Döndürülenler
DkmAddExceptionTriggerAsyncResult döndürür.