다음을 통해 공유


RsExceptionInfo 클래스

정의

Reporting Services 오류가 발생하면 발생하는 예외를 나타냅니다.

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
상속
RsExceptionInfo
특성
구현

생성자

RsExceptionInfo()

RsExceptionInfo 클래스의 새 인스턴스를 초기화합니다.

속성

Code

현재 인스턴스의 오류 코드를 가져오거나 설정합니다.

CountryLocaleId

운영 체제의 로캘 ID 또는 언어 ID를 가져오거나 설정합니다.

ExtensionData

추가 데이터를 포함하는 구조를 가져오거나 설정합니다.

LinkId

링크에 할당된 ID를 가져오거나 설정합니다.

MoreInformation

메서드 실행 중 발생한 중첩된 예외를 포함하는 XML 문자열을 가져오거나 설정합니다.

OperatingSystem

설치된 운영 체제 Reporting Services를 가져오거나 설정합니다.

ProductLocaleId

애플리케이션의 INTL DLL에 대한 로캘 ID 또는 언어 ID를 가져오거나 설정합니다.

ProductName

제품의 이름을 가져오거나 설정합니다.

ProductVersion

Reporting Services의 버전을 가져오거나 설정합니다.

Warnings

보고서 처리에서 반환된 경고를 포함하는 XML 문자열을 가져오거나 설정합니다.

메서드

RaisePropertyChanged(String)

지정한 속성의 propertyChanged 이벤트를 발생시킵니다.

이벤트

PropertyChanged

속성 값이 변경될 때 발생합니다.

적용 대상