AddAppointmentOperation.ReportError(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.
Informs the activating app that the operation couldn't be completed because of a provider error.
public:
virtual void ReportError(Platform::String ^ value) = ReportError;
void ReportError(winrt::hstring const& value);
public void ReportError(string value);
function reportError(value)
Public Sub ReportError (value As String)
Parameters
- value
-
String
Platform::String
winrt::hstring
A string that contains info about the error.
Windows requirements
App capabilities |
appointmentsSystem
|
Remarks
This method logs messages about event tracing for Windows (ETW) events. To view these messages, see: ```
Event Viewer\Applications and Services Logs\Microsoft\Windows\Apps\Microsoft-Windows-TWinUI\Operational