ReportServerException (Constructor) (String, String, Exception)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Inicializa una nueva instancia de la clase ReportServerException.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
Protected Sub New ( _
message As String, _
errorCode As String, _
innerException As Exception _
)
protected ReportServerException(
string message,
string errorCode,
Exception innerException
)
protected:
ReportServerException(
String^ message,
String^ errorCode,
Exception^ innerException
)
new :
message:string *
errorCode:string *
innerException:Exception -> ReportServerException
protected function ReportServerException(
message : String,
errorCode : String,
innerException : Exception
)
Parámetros
- message
Tipo: String
Mensaje que describe el error.
- errorCode
Tipo: String
Código de error para la excepción.
- innerException
Tipo: Exception
Excepción interna que es la causa de la excepción actual, o bien, nullreferencia null (Nothing en Visual Basic) si no se indica ninguna excepción interna.