ReplicationAgentContainerWithWatsonException クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Represents the exception that is thrown when one or more errors are generated by a managed code-based replication agent using Watson.

継承階層

System.Object
  System.Exception
    Microsoft.SqlServer.Replication.ReplicationAgentException
      Microsoft.SqlServer.Replication.ReplicationAgentContainerException
        Microsoft.SqlServer.Replication.ReplicationAgentContainerWithWatsonException

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReplicationAgentContainerWithWatsonException _
    Inherits ReplicationAgentContainerException
'使用
Dim instance As ReplicationAgentContainerWithWatsonException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ReplicationAgentContainerWithWatsonException : ReplicationAgentContainerException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReplicationAgentContainerWithWatsonException sealed : public ReplicationAgentContainerException
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReplicationAgentContainerWithWatsonException =  
    class 
        inherit ReplicationAgentContainerException 
    end
public final class ReplicationAgentContainerWithWatsonException extends ReplicationAgentContainerException

ReplicationAgentContainerWithWatsonException 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド ReplicationAgentContainerWithWatsonException() Initializes a new instance of the ReplicationAgentContainerWithWatsonException class.
パブリック メソッド ReplicationAgentContainerWithWatsonException(String) Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message.
パブリック メソッド ReplicationAgentContainerWithWatsonException(String, Exception) Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message and inner exception.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Data (Exception から継承されています。)
パブリック プロパティ ExceptionCollection Gets the collection of exception objects returned by the replication agent. (ReplicationAgentContainerException から継承されています。)
パブリック プロパティ FlatExceptionCollection Gets the collection of exception objects accessed using the IEnumerable interface. (ReplicationAgentContainerException から継承されています。)
パブリック プロパティ HelpLink (Exception から継承されています。)
パブリック プロパティ HResult (Exception から継承されています。)
パブリック プロパティ InnerException (Exception から継承されています。)
パブリック プロパティ Message (Exception から継承されています。)
パブリック プロパティ MessageCode Gets the error code of the underlying error. (ReplicationAgentException から継承されています。)
パブリック プロパティ Source (Exception から継承されています。)
パブリック プロパティ StackTrace (Exception から継承されています。)
パブリック プロパティ TargetSite (Exception から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetBaseException (Exception から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetObjectData Sets the specified SerializationInfo with information about the exception. (ReplicationAgentContainerException から継承されています。)
パブリック メソッド GetType (Exception から継承されています。)
パブリック メソッド ToString (Exception から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication 名前空間