Partager via


ExportErrorEventArgs, constructeur (Int32, String, Exception)

Initialise une nouvelle instance de la classe ExportErrorEventArgs.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

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

Paramètres

  • exportedDiagramsCount
    Type : System.Int32
    Le nombre de diagrammes qui ont été exportés dans l'opération en cours.
  • projectFile
    Type : System.String
    Le nom de fichier du diagramme qui est exporté.
  • exception
    Type : System.Exception
    L'exception qui met en relation à l'erreur éventuelle actuelle.

Sécurité .NET Framework

Voir aussi

Référence

ExportErrorEventArgs Classe

ExportErrorEventArgs, surcharge

Microsoft.VisualStudio.Modeling.Shell, espace de noms