Description
This method typically is called by the PlotLoggingErrorHandler. While a severe error is assumed to end the plot job, EndSheet() and EndJob() should still be called, as appropriate.
Visual Basic
Public Function LogSevereError( message As string ) As void
C#
public void LogSevereError( string message );
Parameters
| Parameters | Description |
|---|---|
| string message | Input formatted error string to be recorded in the log. |
Links
PlotLogger Class, Autodesk.AutoCAD.PlottingServices Namespace