Класс 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