Show / Hide Table of Contents

Class RouterPointError

A represention of an error that can occur for a routerpoint.

Inheritance
System.Object
RouterPointError
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class RouterPointError

Properties

Code

Gets or sets the error-code.

Declaration
public RouterPointErrorCode Code { get; set; }
Property Value
RouterPointErrorCode

Message

Gets or sets the message.

Declaration
public string Message { get; set; }
Property Value
System.String

Back to top Built by Itinero, MIT licensed.