Class LocationError
A represention of an error that can occur for a location.
Inheritance
System.Object
LocationError
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 LocationError
Properties
Code
Gets or sets the error-code.
Declaration
public LocationErrorCode Code { get; set; }
Property Value
LocationErrorCode
|
Message
Gets or sets the message.
Declaration
public string Message { get; set; }
Property Value
System.String
|