共用方式為


FileCancelException 建構函式 (String, Exception)

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

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

語法

'宣告
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public FileCancelException(
    string message,
    Exception innerException
)

參數

  • message
    類型:System.String
    解釋為何擲回例外狀況的錯誤訊息。
  • innerException
    類型:System.Exception
    造成目前例外狀況的例外狀況。如果 </w:t></w:r><w:r><w:rPr><w:rStyle w:val="ParameterReference"/></w:rPr><w:t>innerException</w:t></w:r><w:r><w:t> 參數不是 null,則會在內部例外狀況的 catch 區塊中引發目前例外狀況。

.NET Framework 安全性

請參閱

參考

FileCancelException 類別

FileCancelException 多載

Microsoft.VisualStudio.Modeling.Shell 命名空間