ICallHierarchySearchCallback.SearchFailed(String) 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.
Notifies the UI that the Call Hierarchy search failed.
public:
void SearchFailed(System::String ^ message);
public:
void SearchFailed(Platform::String ^ message);
void SearchFailed(std::wstring const & message);
public void SearchFailed (string message);
abstract member SearchFailed : string -> unit
Public Sub SearchFailed (message As String)
Parameters
- message
- String
The error message.