DkmGetTokenSymbolStoreAttributeAsyncResult.CreateErrorResult Yöntem

Tanım

Başarısız bir DkmModule. GetTokenSymbolStoreAttribute çağrısından hatayı tutacak yeni bir sonuç yapısı oluşturur.

public:
 static Microsoft::VisualStudio::Debugger::Symbols::DkmGetTokenSymbolStoreAttributeAsyncResult CreateErrorResult(Exception ^ exception);
public static Microsoft.VisualStudio.Debugger.Symbols.DkmGetTokenSymbolStoreAttributeAsyncResult CreateErrorResult (Exception exception);
static member CreateErrorResult : Exception -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetTokenSymbolStoreAttributeAsyncResult
Public Shared Function CreateErrorResult (exception As Exception) As DkmGetTokenSymbolStoreAttributeAsyncResult

Parametreler

exception
Exception

[In] hatayı içeren özel durum nesnesi

Döndürülenler

DkmGetTokenSymbolStoreAttributeAsyncResult

DkmGetTokenSymbolStoreAttributeAsyncResult döndürür.

Şunlara uygulanır