RsExceptionInfo Class

Definition

Represents the exception that is thrown when a Reporting Service error occurs.

public ref class RsExceptionInfo : System::ComponentModel::INotifyPropertyChanged, System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class RsExceptionInfo : System.ComponentModel.INotifyPropertyChanged, System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type RsExceptionInfo = class
    interface IExtensibleDataObject
    interface INotifyPropertyChanged
Public Class RsExceptionInfo
Implements IExtensibleDataObject, INotifyPropertyChanged
Inheritance
RsExceptionInfo
Attributes
Implements

Constructors

RsExceptionInfo()

Initializes a new instance of the RsExceptionInfo class.

Properties

Code

Gets or sets the error code of the current instance.

CountryLocaleId

Gets or sets the locale ID or language ID of the operating system.

ExtensionData

Gets or sets the structure that contains extra data.

LinkId

Gets or sets the ID assigned to the link.

MoreInformation

Gets or sets an XML string that contains nested exceptions that occurred while the method ran.

OperatingSystem

Gets or sets the operating system Reporting Services that was installed.

ProductLocaleId

Gets or sets the locale ID or language ID of the application’s INTL DLL.

ProductName

Gets or sets the name of the product.

ProductVersion

Gets or sets the version of the Reporting Services.

Warnings

Gets or sets an XML string that contains the warnings returned from report processing.

Methods

RaisePropertyChanged(String)

Raises the propertyChanged event for the specified property.

Events

PropertyChanged

Occurs when a property value changes.

Applies to