Stay organized with collections
Save and categorize content based on your preferences.
GoogleMobileAds.Api.AdErrorEventArgs
Summary
Deprecated.
Use AdError directly.
Inheritance
Inherits from: EventArgs
Properties
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eGoogleMobileAds.Api.AdErrorEventArgs\u003c/code\u003e is deprecated and developers should use \u003ccode\u003eAdError\u003c/code\u003e directly instead.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eEventArgs\u003c/code\u003e and provides properties for accessing ad error information like \u003ccode\u003eAdError\u003c/code\u003e and \u003ccode\u003eMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `GoogleMobileAds.Api.AdErrorEventArgs` is deprecated and should be replaced with `AdError`. This class inherits from `EventArgs`. It contains two properties: `AdError`, which is of type `AdError`, and `Message`, a string. Developers should directly utilize the `AdError` class instead of relying on this outdated class. The class provides access to error-related data, specifically an `AdError` object and an associated string `Message`.\n"],null,["# GoogleMobileAds.Api.AdErrorEventArgs Class Reference\n\nGoogleMobileAds.Api.AdErrorEventArgs\n====================================\n\nSummary\n-------\n\n**[Deprecated.](/ad-manager/mobile-ads-sdk/unity/reference/deprecated/deprecated)** Use [AdError](/ad-manager/mobile-ads-sdk/unity/reference/class/google-mobile-ads/api/ad-error#class_google_mobile_ads_1_1_api_1_1_ad_error) directly.\n\n### Inheritance\n\nInherits from: EventArgs\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| [AdError](#class_google_mobile_ads_1_1_api_1_1_ad_error_event_args_1a3920d08fdd9c545b815a5a4d4eecc29c) | [AdError](/ad-manager/mobile-ads-sdk/unity/reference/class/google-mobile-ads/api/ad-error#class_google_mobile_ads_1_1_api_1_1_ad_error) |\n| [Message](#class_google_mobile_ads_1_1_api_1_1_ad_error_event_args_1a3a5ab51e372b0b4312f2beb9bdfd7cf6) | `string` |\n\nProperties\n----------\n\n### AdError\n\n```c#\nAdError AdError\n``` \n\n### Message\n\n```c#\nstring Message\n```"]]