Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)