Classe ReportRenderingException
This ReportRenderingException class is used by rendering extensions to create runtime exceptions.
Hierarquia de herança
System.Object
System.Exception
Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
<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
O tipo ReportRenderingException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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) | Infraestrutura. 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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
ErrorCode | Gets the error code for the exception. | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) | |
Unexpected | Gets a Boolean value that indicates whether an unexpected exception occurred. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
SerializeObjectState | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering