AdErrorEventArgs.ErrorMessage 属性

定义

获取有关所发生错误的其他详细信息。

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

属性值

System.String

一个字符串,其中包含有关所发生错误的其他详细信息。

适用于