ReportViewerException 建構函式 (String)
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
此建構函式支援 .NET Framework 結構而且並非設計直接從程式碼使用。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Protected Sub New ( _
message As String _
)
'用途
Dim message As String
Dim instance As New ReportViewerException(message)
protected ReportViewerException(
string message
)
protected:
ReportViewerException(
String^ message
)
new :
message:string -> ReportViewerException
protected function ReportViewerException(
message : String
)
參數
- message
型別:System.String