Поделиться через


Класс ReportRenderingException

This ReportRenderingException class is used by rendering extensions to create runtime exceptions.

Иерархия наследования

System.Object
  System.Exception
    Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ReportRenderingException _
    Inherits Exception
'Применение
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

Тип ReportRenderingException обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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) Инфраструктура. 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.

В начало

Свойства

  Имя Описание
Открытое свойство Data (Производный от Exception.)
Открытое свойство ErrorCode Gets the error code for the exception.
Открытое свойство HelpLink (Производный от Exception.)
Открытое свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от Exception.)
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство TargetSite (Производный от Exception.)
Открытое свойство Unexpected Gets a Boolean value that indicates whether an unexpected exception occurred.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData Важный элемент безопасности. (Производный от Exception.)
Открытый метод GetType (Производный от Exception.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Exception.)

В начало

События

  Имя Описание
Защищенное событие SerializeObjectState (Производный от Exception.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering