ReportRenderingException Class

 

Updated: February 25, 2016

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

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

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

[SerializableAttribute]
public ref class ReportRenderingException : Exception

NameDescription
System_CAPS_pubmethodReportRenderingException(ErrorCode)

Creates a new instance of the ReportRenderingException class with the specified error code.

System_CAPS_pubmethodReportRenderingException(ErrorCode, Exception^)

Creates a new instance of the ReportRenderingException class with the specified error code and inner exception.

System_CAPS_pubmethodReportRenderingException(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.

System_CAPS_pubmethodReportRenderingException(ErrorCode, array<Object^>^)

Creates a new instance of the ReportRenderingException class with the specified error code and arguments for formatting the error message.

System_CAPS_pubmethodReportRenderingException(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.

System_CAPS_pubmethodReportRenderingException(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.

System_CAPS_pubmethodReportRenderingException(Exception^)

Creates a new instance of the ReportRenderingException class with the specified inner exception.

System_CAPS_pubmethodReportRenderingException(Exception^, Boolean)

Creates a new instance of the ReportRenderingException class with the specified inner exception and flag indicating whether the exception is unexpected.

System_CAPS_protmethodReportRenderingException(SerializationInfo^, StreamingContext)

This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance of the ReportRenderingException class with serialized data.

System_CAPS_pubmethodReportRenderingException(String^)

Creates a new instance of the ReportRenderingException class with the specified error message.

System_CAPS_pubmethodReportRenderingException(String^, Boolean)

Creates a new instance of the ReportRenderingException class with the specified error message and flag indicating whether the exception is unexpected.

System_CAPS_pubmethodReportRenderingException(String^, Exception^)

Creates a new instance of the ReportRenderingException class with the specified error message and inner exception.

System_CAPS_pubmethodReportRenderingException(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.

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyErrorCode

Gets the error code for the exception.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

System_CAPS_pubpropertyUnexpected

Gets a Boolean value that indicates whether an unexpected exception occurred.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

(Inherited from Exception.)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(Inherited from Exception.)

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

Return to top
Show: