Table of Contents

Class WarningMessage

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class WarningMessage
Inheritance
WarningMessage
Inherited Members

Constructors

WarningMessage()

public WarningMessage()

Fields

AttributionObsoleteMessage

public const string AttributionObsoleteMessage = "Layer.Attribution (as well as Drawing Attribution) is deprecate and will be removed after v14.2. You can accomplish the similar feature by overriding layer.DrawCore/Layer.DrawAsyncCore method"

Field Value

string

UseAsyncVersion

public const string UseAsyncVersion = "Please use its async version instead for better efficiency and responsiveness. This sync version will no longer be available after 13.3."

Field Value

string

WebRequestObsoleted

public const string WebRequestObsoleted = "This class is considered obsolete as it utilizes the WebRequest and WebClient classes, which have been deprecated starting with .NET 5. This class will no longer be available after 13.4, please use the class with the same name within ThinkGeo.Core.Async namespace."

Field Value

string

WebRequestObsoleted2

public const string WebRequestObsoleted2 = "This class is considered obsolete as it utilizes the WebRequest and WebClient classes, which have been deprecated starting with .NET 5. This class will no longer be available after 13.4."

Field Value

string