Preconditions.MakeContextError Method (Object, String) |
Makes error text with respect to the context.
Namespace:
KSPDev.ProcessingUtils
Assembly:
KSPDev_Utils.1.2 (in KSPDev_Utils.1.2.dll) Version: 1.2 for KSP v1.6+
Syntaxpublic static string MakeContextError(
Object context,
string message
)
Request Example
View SourceParameters
- context
- Type: System.Object
The context or null. Context can be any string (keep it short) or an object.
- message
- Type: System.String
The message to present.
Return Value
Type:
StringThe complete error string.
See Also