Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Protected Sub New ( _
message As String, _
errorCode As String, _
innerException As Exception _
)
'Usage
Dim message As String
Dim errorCode As String
Dim innerException As Exception
Dim instance As New ReportServerException(message, errorCode, innerException)
protected ReportServerException (
string message,
string errorCode,
Exception innerException
)
protected:
ReportServerException (
String^ message,
String^ errorCode,
Exception^ innerException
)
protected ReportServerException (
String message,
String errorCode,
Exception innerException
)
protected function ReportServerException (
message : String,
errorCode : String,
innerException : Exception
)
Parameters
- message
- errorCode
- innerException
See Also
Reference
ReportServerException Class
ReportServerException Members
Microsoft.Reporting.WinForms Namespace