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. |
![]() |
ReportRenderingException(Exception) | Creates a new instance of the ReportRenderingException class. |
![]() |
ReportRenderingException(String) | Creates a new instance of the ReportRenderingException class. |
![]() |
ReportRenderingException(ErrorCode, Exception) | Creates a new instance of the ReportRenderingException class. |
![]() |
ReportRenderingException(ErrorCode, array<Object> [] () [] []) | Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments. |
![]() |
ReportRenderingException(Exception, Boolean) | Creates a new instance of the ReportRenderingException class. |
![]() |
ReportRenderingException(SerializationInfo, StreamingContext) | Infraestructura. |
![]() |
ReportRenderingException(String, Boolean) | Creates a new instance of the ReportRenderingException class. |
![]() |
ReportRenderingException(String, Exception) | Creates a new instance of the ReportRenderingException class. |
![]() |
ReportRenderingException(ErrorCode, Exception, Boolean) | Creates a new instance of the ReportRenderingException class. |
![]() |
ReportRenderingException(ErrorCode, String, Boolean) | Creates a new instance of the ReportRenderingException class. |
![]() |
ReportRenderingException(String, Exception, Boolean) | Creates a new instance of the ReportRenderingException class. |
![]() |
ReportRenderingException(ErrorCode, String, Exception, Boolean) | Creates a new instance of the ReportRenderingException class. |
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 | (Se hereda de Exception.) |
![]() |
GetType | (Se hereda de Exception.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
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.
.gif)
.gif)
.gif)
.gif)