ExportErrorEventArgs Class

Definition

Arguments related to an ExportErrorEvent.

public ref class ExportErrorEventArgs : EventArgs
public class ExportErrorEventArgs : EventArgs
type ExportErrorEventArgs = class
    inherit EventArgs
Public Class ExportErrorEventArgs
Inherits EventArgs
Inheritance
ExportErrorEventArgs

Constructors

ExportErrorEventArgs(Int32, String)

Initialize an ExportErrorEventArgs instance.

ExportErrorEventArgs(Int32, String, Exception)

Initialize an ExportErrorEventArgs instance.

Properties

Continue

Whether to continue. Event handlers can set Continue to false if they do not wish to continue the export operation.

ErrorMessage

The error message corresponding to this export error.

Exception

The exception encountered while exporting the current item.

ExportedDiagramsCount

The number of diagrams exported thus far.

ProjectFile

The file name of the current item being exported.

Applies to