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 with the specified error code.
Método público ReportRenderingException(Exception) Creates a new instance of the ReportRenderingException class with the specified inner exception.
Método público ReportRenderingException(String) Creates a new instance of the ReportRenderingException class with the specified error message.
Método público ReportRenderingException(ErrorCode, Exception) Creates a new instance of the ReportRenderingException class with the specified error code and inner exception.
Método público ReportRenderingException(ErrorCode, array<Object[]) Creates a new instance of the ReportRenderingException class with the specified error code and arguments for formatting the error message.
Método público ReportRenderingException(Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified inner exception and flag indicating whether the exception is unexpected.
Método protegido ReportRenderingException(SerializationInfo, StreamingContext) Infraestructura. Creates a new instance of the ReportRenderingException class with serialized data.
Método público ReportRenderingException(String, Boolean) Creates a new instance of the ReportRenderingException class with the specified error message and flag indicating whether the exception is unexpected.
Método público ReportRenderingException(String, Exception) Creates a new instance of the ReportRenderingException class with the specified error message and inner exception.
Método público ReportRenderingException(ErrorCode, Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified error code, inner exception, and flag indicating whether the exception is unexpected.
Método público ReportRenderingException(ErrorCode, String, Boolean) Creates a new instance of the ReportRenderingException class with the specified error code, error message, and flag indicating whether the exception is unexpected.
Método público ReportRenderingException(String, Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified error message, inner exception, and flag indicating whether the exception is unexpected.
Método público ReportRenderingException(ErrorCode, String, Exception, Boolean) Creates a new instance of the ReportRenderingException class with the specified error code, error message, inner exception, and flag indicating whether the exception is unexpected.

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 pública 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 Importante para la seguridad. (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

Eventos

  Nombre Descripción
Evento protegido SerializeObjectState (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.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering