[[["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 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.FirebaseException Class Reference\n\nFirebaseAdmin.FirebaseException\n===============================\n\nCommon error type for all exceptions raised by Firebase APIs.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: Exception \nDirect Known Subclasses:[FirebaseAdmin.Auth.FirebaseAuthException](/docs/reference/admin/dotnet/class/firebase-admin/auth/firebase-auth-exception), [FirebaseAdmin.Messaging.FirebaseMessagingException](/docs/reference/admin/dotnet/class/firebase-admin/messaging/firebase-messaging-exception)\n\n| ### Properties ||\n|-------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ErrorCode](#class_firebase_admin_1_1_firebase_exception_1a441ac0cb487c6ab8a5e8c61ab147777a) | [ErrorCode](/docs/reference/admin/dotnet/namespace/firebase-admin#namespace_firebase_admin_1a949005b83e5a3d5fbfe31fec6ab5d806) Gets the platform-wide error code associated with this exception. |\n| [HttpResponse](#class_firebase_admin_1_1_firebase_exception_1a498930ac32a46c7d6a1b23d3d3bc2403) | `HttpResponseMessage` Gets the HTTP response that resulted in this exception. |\n\nProperties\n----------\n\n### ErrorCode\n\n```text\nErrorCode ErrorCode\n``` \nGets the platform-wide error code associated with this exception. \n\n### HttpResponse\n\n```text\nHttpResponseMessage HttpResponse\n``` \nGets the HTTP response that resulted in this exception.\n\nNull, if the exception was not caused by an HTTP error response."]]