IPublishLogStoppingErrorEntry Property
|
Gets/sets the entry explaining the error that terminated the publish.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
SyntaxStoppingErrorEntry StoppingErrorEntry { get; set; }
Property StoppingErrorEntry As StoppingErrorEntry
Get
Set
property StoppingErrorEntry^ StoppingErrorEntry {
StoppingErrorEntry^ get ();
void set (StoppingErrorEntry^ value);
}
abstract StoppingErrorEntry : StoppingErrorEntry with get, set
Property Value
Type:
StoppingErrorEntry
RemarksAn entry will include the action that failed, a description of the error, and the stack trace.
See Also