Table of Contents

Class CompatibilityCheckError

Namespace
Ranorex.Core.Remoting
Assembly
Ranorex.Core.dll
public class CompatibilityCheckError
Inheritance
CompatibilityCheckError
Inherited Members

Constructors

CompatibilityCheckError(ErrorTypes, string, string, string)

public CompatibilityCheckError(CompatibilityCheckError.ErrorTypes type, string message, string helpLink, string downloadLink)

Parameters

type CompatibilityCheckError.ErrorTypes
message string
helpLink string
downloadLink string

Properties

public string DownloadLink { get; }

Property Value

string

ErrorType

public CompatibilityCheckError.ErrorTypes ErrorType { get; }

Property Value

CompatibilityCheckError.ErrorTypes
public string HelpLink { get; }

Property Value

string

Message

public string Message { get; }

Property Value

string