AdErrorEventArgs.ErrorMessage Property
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.
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 = adErrorEventArgs.errorMessage;
Public ReadOnly Property ErrorMessage As String
Property Value
A string that contains additional detail about the error that occurred.