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

Constructors and Destructors

CookieApiException(string message, Exception innerException)
Constructor.
CookieApiException(string message)
Constructor.

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.