Share

PlotLogger.LogAbortRetryIgnoreError Method

Description

This method typically is called by the PlotLoggingErrorHandler. While an abort error is assumed to end the plot job, EndSheet() and EndJob() should still be called, as appropriate.

Visual Basic

Public Function LogAbortRetryIgnoreError(
    message As string
) As void

C#

public void LogAbortRetryIgnoreError(
    string message
);

Parameters

Parameters Description
string message Input formatted error string to be recorded in the log.

Links

PlotLogger Class, Autodesk.AutoCAD.PlottingServices Namespace

Was this information helpful?