Costruttore ReportViewerException (String, Exception)
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Questo costruttore supporta l'infrastruttura .NET Framework e non può essere utilizzato direttamente dal codice.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
message As String, _
innerException As Exception _
)
'Utilizzo
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
)
Parametri
- message
Tipo: System.String
- innerException
Tipo: System.Exception