Stay organized with collections
Save and categorize content based on your preferences.
Google.Play.Instant.CookieApi.CookieApiException
An exception thrown by the methods of CookieApi if there is a failure while making a call to GooglePlay Services.
Summary
Inheritance
Inherits from: Exception
Public functions
CookieApiException
CookieApiException(
string message,
Exception innerException
)
Constructor.
Details |
Parameters |
message
|
The message that describes the error.
|
innerException
|
The underlying cause of this exception.
|
|
CookieApiException
CookieApiException(
string message
)
Constructor.
Details |
Parameters |
message
|
The message that describes the error.
|
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-03-18 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 2021-03-18 UTC."],[],[],null,["# Google.Play.Instant.CookieApi.CookieApiException Class Reference\n\nGoogle.Play.Instant.CookieApi.CookieApiException\n================================================\n\nAn exception thrown by the methods of [CookieApi](/reference/unity/class/Google/Play/Instant/CookieApi#classGoogle_1_1Play_1_1Instant_1_1CookieApi) if there is a failure while making a call to [Google](/reference/unity/namespace/Google#namespaceGoogle)[Play](/reference/unity/namespace/Google/Play#namespaceGoogle_1_1Play) Services.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: Exception\n\n| ### Constructors and Destructors ||\n|---|---|\n| [CookieApiException](#classGoogle_1_1Play_1_1Instant_1_1CookieApi_1_1CookieApiException_1a527b2400d3fd3e27d43dadfe9c00dc78)`(string message, Exception innerException)` Constructor. ||\n| [CookieApiException](#classGoogle_1_1Play_1_1Instant_1_1CookieApi_1_1CookieApiException_1ae75a6e82103d873f620c7e13b0e22747)`(string message)` Constructor. ||\n\nPublic functions\n----------------\n\n### CookieApiException\n\n```c#\n CookieApiException(\n string message,\n Exception innerException\n)\n``` \nConstructor.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |------------------|-----------------------------------------| | `message` | The message that describes the error. | | `innerException` | The underlying cause of this exception. | |\n\n### CookieApiException\n\n```c#\n CookieApiException(\n string message\n)\n``` \nConstructor.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|-------------------------------------------------------------------------------------------------------------|\n| Parameters | |-----------|---------------------------------------| | `message` | The message that describes the error. | |"]]