Google. Maps. Exception. MapsException
The base class for Google.Maps exceptions.
Summary
Inheritance
Inherits from: ExceptionDirect 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.