共用方式為


ReportRenderingException Class

Allows rendering extensions to throw exceptions. This class allows rendering extensions to create specific rendering exceptions, if necessary.

命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

語法

'宣告
<SerializableAttribute> _
Public Class ReportRenderingException
    Inherits Exception
[SerializableAttribute] 
public class ReportRenderingException : Exception
[SerializableAttribute] 
public ref class ReportRenderingException : public Exception
/** @attribute SerializableAttribute() */ 
public class ReportRenderingException extends Exception
SerializableAttribute 
public class ReportRenderingException extends Exception

備註

These exceptions are caught by the report server and delivered using the SOAP API as a SOAP exception. This exception class should be used sparingly, only when it is not possible to render the report.

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.ReportingServices.ReportRendering.ReportRenderingException

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

ReportRenderingException Members
Microsoft.ReportingServices.ReportRendering Namespace