Compartilhar via


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
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) Infraestrutura. 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.

Início

Propriedades

  Nome Descrição
Propriedade pública Data (Herdado de Exception.)
Propriedade pública ErrorCode Gets the error code for the exception.
Propriedade pública HelpLink (Herdado de Exception.)
Propriedade pública HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message (Herdado de Exception.)
Propriedade pública Source (Herdado de Exception.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública TargetSite (Herdado de Exception.)
Propriedade pública Unexpected Gets a Boolean value that indicates whether an unexpected exception occurred.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Segurança crítica. (Herdado de Exception.)
Método público GetType (Herdado de Exception.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Exception.)

Início

Eventos

  Nome Descrição
Evento protegido 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