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

В начало

Свойства

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

В начало

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

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