Share via


ReportServerException Constructor (String, String, Exception)

This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace