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 から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。