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.
Assembly: AlertingWcfProxy (in AlertingWcfProxy.dll)
| Name | Description | |
|---|---|---|
![]() | RsExceptionInfo() | Initializes a new instance of the RsExceptionInfo class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RaisePropertyChanged(String^) | Raises the propertyChanged event for the specified property. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | 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.



