Class CleanerErrorRecord
- Namespace
- CodeStage.Maintainer.Cleaner
- Assembly
- Build.dll
Project Cleaner search results item representing search error.
[Serializable]
public class CleanerErrorRecord : CleanerRecord
- Inheritance
-
objectCleanerErrorRecord
- Inherited Members
Constructors
CleanerErrorRecord(string)
protected CleanerErrorRecord(string errorText)
Parameters
errorTextstring
Properties
ErrorText
Text of the error.
public string ErrorText { get; }
Property Value
- string
Methods
ConstructBody(StringBuilder)
protected override void ConstructBody(StringBuilder text)
Parameters
textStringBuilder
ConstructCompactLine(StringBuilder)
protected override void ConstructCompactLine(StringBuilder text)
Parameters
textStringBuilder
PerformClean()
protected override bool PerformClean()
Returns
- bool