ComErrorException 클래스

정의

복제 에이전트가 일반 예외를 발생시킬 때 발생하는 예외입니다.

public ref class ComErrorException sealed : System::Runtime::InteropServices::COMException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public sealed class ComErrorException : System.Runtime.InteropServices.COMException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ComErrorException = class
    inherit COMException
Public NotInheritable Class ComErrorException
Inherits COMException
상속
ComErrorException
특성

생성자

ComErrorException()

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

ComErrorException(Int32, String, Int32, String, String, Guid, String)

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

ComErrorException(String)

지정된 오류 메시지를 사용하여 ComErrorException 클래스의 새 인스턴스를 초기화합니다.

ComErrorException(String, Exception)

지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 ComErrorException 클래스의 새 인스턴스를 초기화합니다.

속성

ComHResult

이 예외와 연결된 오류 코드(HRESULT) 값을 가져옵니다.

Description

오류에 대한 설명을 가져옵니다.

ErrorMessage

오류 메시지 문자열을 가져옵니다.

HelpContext

도움말 파일에 있는 항목의 컨텍스트를 가져옵니다.

HelpFile

도움말 파일의 정규화된 경로를 가져옵니다.

InterfaceId

오류의 출처인 COM 인터페이스의 식별자를 가져옵니다.

Source

오류의 출처인 개체 또는 애플리케이션의 이름을 가져옵니다.

메서드

GetObjectData(SerializationInfo, StreamingContext)

예외 정보를 사용하여 지정된 SerializationInfo를 설정합니다.

적용 대상