RsExceptionInfo Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   AlertingWcfProxy
Assembly:  AlertingWcfProxy (in AlertingWcfProxy.dll)

System::Object
  AlertingWcfProxy::RsExceptionInfo

[SerializableAttribute]
[DataContractAttribute(Name = "RsExceptionInfo", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
public ref class RsExceptionInfo : IExtensibleDataObject, INotifyPropertyChanged

NameDescription
System_CAPS_pubmethodRsExceptionInfo()

Initializes a new instance of the RsExceptionInfo class.

NameDescription
System_CAPS_pubpropertyCode

Gets or sets the error code of the current instance.

System_CAPS_pubpropertyCountryLocaleId

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

System_CAPS_pubpropertyExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubpropertyLinkId

Gets or sets the ID assigned to the link.

System_CAPS_pubpropertyMoreInformation

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

System_CAPS_pubpropertyOperatingSystem

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

System_CAPS_pubpropertyProductLocaleId

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

System_CAPS_pubpropertyProductName

Gets or sets the name of the product.

System_CAPS_pubpropertyProductVersion

Gets or sets the version of the Reporting Services.

System_CAPS_pubpropertyWarnings

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRaisePropertyChanged(String^)

Raises the propertyChanged event for the specified property.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Occurs when a property value changes.

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: