Compartir a través de


Clase ReportRenderingException

This ReportRenderingException class is used by rendering extensions to create runtime exceptions.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.ReportingServices.OnDemandReportRendering..::..ReportRenderingException

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ReportRenderingException _
    Inherits Exception
'Uso
Dim instance As ReportRenderingException
[SerializableAttribute]
public class ReportRenderingException : Exception
[SerializableAttribute]
public ref class ReportRenderingException : public Exception
[<SerializableAttribute>]
type ReportRenderingException =  
    class
        inherit Exception
    end
public class ReportRenderingException extends Exception

El tipo ReportRenderingException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ReportRenderingException(ErrorCode) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(Exception) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(String) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(ErrorCode, Exception) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(ErrorCode, array<Object> [] () [] []) Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments.
Método público ReportRenderingException(Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Método protegido ReportRenderingException(SerializationInfo, StreamingContext) Infraestructura.
Método público ReportRenderingException(String, Boolean) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(String, Exception) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(ErrorCode, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(ErrorCode, String, Boolean) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.
Método público ReportRenderingException(ErrorCode, String, Exception, Boolean) Creates a new instance of the ReportRenderingException class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública ErrorCode Gets the error code for the exception.
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad protegida HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)
Propiedad pública Unexpected Gets a Boolean value that indicates whether an unexpected exception occurred.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Exception.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.