共用方式為


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

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

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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
    匯出目前的作業中的圖表數目。
  • exception
    型別:System.Exception
    如果有的話,目前的錯誤,與相關的例外狀況。

.NET Framework 安全性

請參閱

參考

ExportErrorEventArgs 類別

ExportErrorEventArgs 多載

Microsoft.VisualStudio.Modeling.Shell 命名空間