IFindPeekResultsCallback.ReportFailure(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.
Reports a failure of query processing.
public:
void ReportFailure(Exception ^ failure);
public void ReportFailure (Exception failure);
abstract member ReportFailure : Exception -> unit
Public Sub ReportFailure (failure As Exception)
Parameters
- failure
- Exception
The exception representing the deails of the failure.