Share via


DkmFindSymbolsAsyncResult.ErrorCode Property

Definition

HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete. E_TEXT_SPAN_NOT_LOADED indicates that TextSpan is not currently loaded in the specified script document. E_SCRIPT_SPAN_MAPPING_FAILED indicates that TextSpan could not be mapped to a location in the specified script document. E_SCRIPT_FILE_DIFFERENT_CONTENT indicates that the content in the script file loaded by the target process doesn't match the provided Text.

public:
 property int ErrorCode { int get(); };
public:
 property int ErrorCode { int get(); };
public int ErrorCode { get; }
member this.ErrorCode : int
Public ReadOnly Property ErrorCode As Integer

Property Value

Returns Int32.

Applies to