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