WebItemUnexpectedErrorReadingTemplateFile(String) 建構函式

定義

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

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 WebItemUnexpectedErrorReadingTemplateFile(System::String ^ innerMessage);
public WebItemUnexpectedErrorReadingTemplateFile(string innerMessage);
new Microsoft.VisualBasic.Compatibility.VB6.WebItemUnexpectedErrorReadingTemplateFile : string -> Microsoft.VisualBasic.Compatibility.VB6.WebItemUnexpectedErrorReadingTemplateFile
Public Sub New (innerMessage As String)

參數

innerMessage
String

String A 裡面包含錯誤訊息。

備註

升級工具使用 WebClass 類別將 Visual Basic 6.0 WebClass 專案升級為 ASP.NET 網站專案。

Note

Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式與物件,供工具從 Visual Basic 6.0 升級至 Visual Basic 2008 使用。 大多數情況下,這些函式和物件會重複你在 .NET Framework 中其他命名空間中能找到的功能。 只有當 Visual Basic 6.0 的程式碼模型與 .NET Framework 實作有顯著差異時,才需要使用這些工具。

適用於