Class MyDefinitionErrors.Error
Inheritance
System.Object
MyDefinitionErrors.Error
Assembly: VRage.Game.dll
Syntax
public class Error : Object
Constructors
Error()
Declaration
Fields
ErrorFile
Declaration
Field Value
Type |
Description |
System.String |
|
Message
Declaration
Field Value
Type |
Description |
System.String |
|
ModName
Declaration
Field Value
Type |
Description |
System.String |
|
Severity
Declaration
public TErrorSeverity Severity
Field Value
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
GetSeverityColor(TErrorSeverity)
Declaration
public static Color GetSeverityColor(TErrorSeverity severity)
Parameters
Returns
GetSeverityName(TErrorSeverity, Boolean)
Declaration
public static string GetSeverityName(TErrorSeverity severity, bool plural)
Parameters
Returns
Type |
Description |
System.String |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|