DkmTryLoadSymbolsCallbackAsyncResult.CreateErrorResult(Exception) Method
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.
public:
static Microsoft::VisualStudio::Debugger::Symbols::DkmTryLoadSymbolsCallbackAsyncResult CreateErrorResult(Exception ^ exception);
public static Microsoft.VisualStudio.Debugger.Symbols.DkmTryLoadSymbolsCallbackAsyncResult CreateErrorResult (Exception exception);
static member CreateErrorResult : Exception -> Microsoft.VisualStudio.Debugger.Symbols.DkmTryLoadSymbolsCallbackAsyncResult
Public Shared Function CreateErrorResult (exception As Exception) As DkmTryLoadSymbolsCallbackAsyncResult
Parameters
- exception
- Exception