Class PointsDecodingException
- Namespace
- GoogleMapsApi.Entities.Directions.Response
- Assembly
- GoogleMapsApi.dll
public class PointsDecodingException : Exception, ISerializable
- Inheritance
-
PointsDecodingException
- Implements
- Inherited Members
Constructors
PointsDecodingException()
public PointsDecodingException()
PointsDecodingException(string)
public PointsDecodingException(string message)
Parameters
messagestring
PointsDecodingException(string, string, Exception)
public PointsDecodingException(string message, string encodedString, Exception inner)
Parameters
Properties
EncodedString
public string? EncodedString { get; set; }