Table of Contents

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

message string

PointsDecodingException(string, string, Exception)

public PointsDecodingException(string message, string encodedString, Exception inner)

Parameters

message string
encodedString string
inner Exception

Properties

EncodedString

public string? EncodedString { get; set; }

Property Value

string