NativeAdErrorEventArgs.ErrorMessage Property

Definition

Gets additional detail about the error that occurred.

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

Property Value

System.String

A string that contains additional detail about the error that occurred.

Applies to

See also