Share via


WebProviderError.ErrorMessage Property

Definition

Gets the error message.

public:
 property Platform::String ^ ErrorMessage { Platform::String ^ get(); };
winrt::hstring ErrorMessage();
public string ErrorMessage { get; }
var string = webProviderError.errorMessage;
Public ReadOnly Property ErrorMessage As String

Property Value

String

Platform::String

winrt::hstring

The error message. See WebProviderError.ErrorCode Property for a list of error codes.

Applies to

See also