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. | |
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) | Infraestrutura. | |
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. |
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 | (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (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.