ReportViewerException 构造函数 (String, Exception)
此 API 支持 基础结构,但不能通过代码直接使用。
此构造函数支持 .NET Framework 基础结构,但不适合直接在代码中使用。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Protected Sub New ( _
message As String, _
innerException As Exception _
)
用法
Dim message As String
Dim innerException As Exception
Dim instance As New ReportViewerException(message, _
innerException)
protected ReportViewerException(
string message,
Exception innerException
)
protected:
ReportViewerException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ReportViewerException
protected function ReportViewerException(
message : String,
innerException : Exception
)
参数
- message
类型:System.String
- innerException
类型:System.Exception