Class CompatibilityCheckError
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
typeCompatibilityCheckError.ErrorTypesmessagestringhelpLinkstringdownloadLinkstring
Properties
DownloadLink
public string DownloadLink { get; }
Property Value
ErrorType
public CompatibilityCheckError.ErrorTypes ErrorType { get; }
Property Value
HelpLink
public string HelpLink { get; }
Property Value
Message
public string Message { get; }