NOTICE: Google Maps Platform gaming services is deprecated as of October 18, 2021. Current users will have continued access until December 31, 2022. During this time, we will continue to provide support and fixes to major bugs and outages. See the Gaming Services Transition Guide for resources to help you plan the next steps for your projects.

Google.Maps.Exception.MapsException

The base class for Google.Maps exceptions.

Summary

Inheritance

Inherits from: Exception
Direct Known Subclasses:Google.Maps.Exception.FloatingOriginNotSetException, Google.Maps.Exception.MapsServiceNotInitializedException, Google.Maps.Exception.TileParsingException, Google.Maps.Unity.Intersections.RoadLattice.NoNodesFoundException, Google.Maps.Unity.Intersections.RoadLattice.NoPathException

Constructors and Destructors

MapsException()
The MapsException class default constructor.
MapsException(string message)
The MapsException class constructor that takes a message string.
MapsException(string message, System.Exception inner)
The MapsException class constructor that takes a message string and an inner exception.

Public functions

MapsException

 MapsException()

The MapsException class default constructor.

MapsException

 MapsException(
  string message
)

The MapsException class constructor that takes a message string.

MapsException

 MapsException(
  string message,
  System.Exception inner
)

The MapsException class constructor that takes a message string and an inner exception.