Freigeben über


ExportErrorEventArgs-Konstruktor (Int32, String, Exception)

Initialisiert eine neue Instanz der ExportErrorEventArgs-Klasse.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Public Sub New ( _
    exportedDiagramsCount As Integer, _
    projectFile As String, _
    exception As Exception _
)
public ExportErrorEventArgs(
    int exportedDiagramsCount,
    string projectFile,
    Exception exception
)

Parameter

  • exportedDiagramsCount
    Typ: System.Int32
    Die Anzahl von Diagrammen, die im aktuellen Vorgang exportiert wurden.
  • projectFile
    Typ: System.String
    Der Namen der Datei des Diagramms, die exportiert wird.
  • exception
    Typ: System.Exception
    Die Ausnahme, die dem aktuellen Fehler (falls vorhanden) zugeordnet ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

ExportErrorEventArgs Klasse

ExportErrorEventArgs-Überladung

Microsoft.VisualStudio.Modeling.Shell-Namespace