WebAccountProviderRequestTokenOperation.ReportError(WebProviderError) 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 encountered an error.
public:
virtual void ReportError(WebProviderError ^ value) = ReportError;
void ReportError(WebProviderError const& value);
public void ReportError(WebProviderError value);
function reportError(value)
Public Sub ReportError (value As WebProviderError)
Parameters
- value
- WebProviderError
The type of error encountered.