共用方式為


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

屬性值

String

Platform::String

winrt::hstring

字串,其中包含所發生錯誤的其他詳細資料。

適用於