다음을 통해 공유


ComErrorException 클래스

The exception that is thrown when a general error is raised by a replication agent.

상속 계층

System.Object
  System.Exception
    System.SystemException
      System.Runtime.InteropServices.ExternalException
        System.Runtime.InteropServices.COMException
          Microsoft.SqlServer.Replication.ComErrorException

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ComErrorException _
    Inherits COMException
‘사용 방법
Dim instance As ComErrorException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ComErrorException : COMException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ComErrorException sealed : public COMException
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ComErrorException =  
    class 
        inherit COMException 
    end
public final class ComErrorException extends COMException

ComErrorException 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 ComErrorException() Initializes a new instance of the ComErrorException class.
공용 메서드 ComErrorException(String) Initializes a new instance of the ComErrorException class with a specified error message.
공용 메서드 ComErrorException(String, Exception) Initializes a new instance of the ComErrorException class with a specified error message and a reference to the inner exception that is the cause of this exception.
공용 메서드 ComErrorException(Int32, String, Int32, String, String, Guid, String) Initializes a new instance of the ComErrorException class.

맨 위로 이동

속성

  이름 설명
공용 속성 ComHResult Gets the error code (HRESULT) value associated with this exception.
공용 속성 Data (Exception에서 상속됨)
공용 속성 Description Gets a description of the error.
공용 속성 ErrorCode (ExternalException에서 상속됨)
공용 속성 ErrorMessage Gets the error message string.
공용 속성 HelpContext Gets the context of a topic in a Help file.
공용 속성 HelpFile Gets the fully qualified path to a Help file.
공용 속성 HelpLink (Exception에서 상속됨)
공용 속성 HResult (Exception에서 상속됨)
공용 속성 InnerException (Exception에서 상속됨)
공용 속성 InterfaceId Gets the identifier of the COM interface that is the source of the error.
공용 속성 Message (Exception에서 상속됨)
공용 속성 Source Gets the name of the object or application that is the source of the error. (Exception.Source을(를) 재정의함)
공용 속성 StackTrace (Exception에서 상속됨)
공용 속성 TargetSite (Exception에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetBaseException (Exception에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetObjectData Sets the specified SerializationInfo with information about the exception. (Exception.GetObjectData(SerializationInfo, StreamingContext)을(를) 재정의함)
공용 메서드 GetType (Exception에서 상속됨)
공용 메서드 ToString (COMException에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스