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