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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.