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 | |
---|---|---|
ReportRenderingException(ErrorCode) | Creates a new instance of the ReportRenderingException class with the specified error code. | |
ReportRenderingException(Exception) | Creates a new instance of the ReportRenderingException class with the specified inner exception. | |
ReportRenderingException(String) | Creates a new instance of the ReportRenderingException class with the specified error message. | |
ReportRenderingException(ErrorCode, Exception) | Creates a new instance of the ReportRenderingException class with the specified error code and inner exception. | |
ReportRenderingException(ErrorCode, array<Object[]) | Creates a new instance of the ReportRenderingException class with the specified error code and arguments for formatting the error message. | |
ReportRenderingException(Exception, Boolean) | Creates a new instance of the ReportRenderingException class with the specified inner exception and flag indicating whether the exception is unexpected. | |
ReportRenderingException(SerializationInfo, StreamingContext) | Infraestructura. Creates a new instance of the ReportRenderingException class with serialized data. | |
ReportRenderingException(String, Boolean) | Creates a new instance of the ReportRenderingException class with the specified error message and flag indicating whether the exception is unexpected. | |
ReportRenderingException(String, Exception) | Creates a new instance of the ReportRenderingException class with the specified error message and inner exception. | |
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. | |
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. | |
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. | |
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 | |
---|---|---|
Data | (Se hereda de Exception.) | |
ErrorCode | Gets the error code for the exception. | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) | |
Unexpected | Gets a Boolean value that indicates whether an unexpected exception occurred. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Exception.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
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