PostPublishEventArgsPublishError Property
|
Gets the exception of Publishing error, if exception occurred during publishing
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public Exception PublishError { get; }
Public ReadOnly Property PublishError As Exception
Get
public:
property Exception^ PublishError {
Exception^ get ();
}
member PublishError : Exception with get
Property Value
Type:
ExceptionSee Also