Show / Hide Table of Contents

Class MyDefinitionErrors.Error

Inheritance
System.Object
MyDefinitionErrors.Error
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public class Error : Object

Constructors

Error()

Declaration
public Error()

Fields

ErrorFile

Declaration
public string ErrorFile
Field Value
Type Description
System.String

Message

Declaration
public string Message
Field Value
Type Description
System.String

ModName

Declaration
public string ModName
Field Value
Type Description
System.String

Severity

Declaration
public TErrorSeverity Severity
Field Value
Type Description
TErrorSeverity

Properties

ErrorId

Declaration
public string ErrorId { get; }
Property Value
Type Description
System.String

ErrorSeverity

Declaration
public string ErrorSeverity { get; }
Property Value
Type Description
System.String

Methods

GetSeverityColor()

Declaration
public Color GetSeverityColor()
Returns
Type Description
Color

GetSeverityColor(TErrorSeverity)

Declaration
public static Color GetSeverityColor(TErrorSeverity severity)
Parameters
Type Name Description
TErrorSeverity severity
Returns
Type Description
Color

GetSeverityName(TErrorSeverity, Boolean)

Declaration
public static string GetSeverityName(TErrorSeverity severity, bool plural)
Parameters
Type Name Description
TErrorSeverity severity
System.Boolean plural
Returns
Type Description
System.String

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾