共用方式為


ExportErrorEventArgs 建構函式 (Int32, String, Exception)

初始化 ExportErrorEventArgs 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

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

參數

  • exportedDiagramsCount
    類型:System.Int32
    已在目前的作業中匯出的圖表數目。
  • projectFile
    類型:System.String
    要匯出之圖表的檔案名稱。
  • exception
    類型:System.Exception
    和目前錯誤(如果有)相關的例外狀況 。

.NET Framework 安全性

請參閱

參考

ExportErrorEventArgs 類別

ExportErrorEventArgs 多載

Microsoft.VisualStudio.Modeling.Shell 命名空間