ReplicationAgentException クラス
レプリケーション エージェントの実行中に生成される例外の基本例外クラスです。
継承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication..::..ReplicationAgentException
Microsoft.SqlServer.Replication. . :: . .ConnectionFailureException
Microsoft.SqlServer.Replication. . :: . .FciException
Microsoft.SqlServer.Replication. . :: . .NativeSqlConnectionException
Microsoft.SqlServer.Replication. . :: . .OciException
Microsoft.SqlServer.Replication. . :: . .OSException
Microsoft.SqlServer.Replication. . :: . .ParameterValueOutOfRangeException
Microsoft.SqlServer.Replication. . :: . .PasswordWriteOnlyException
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentContainerException
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ReplicationAgentException _
Inherits Exception
'使用
Dim instance As ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ReplicationAgentException : Exception
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReplicationAgentException : public Exception
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReplicationAgentException =
class
inherit Exception
end
public class ReplicationAgentException extends Exception
ReplicationAgentException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ReplicationAgentException() () () () | ReplicationAgentException クラスの新しいインスタンスを作成します。 | |
ReplicationAgentException(String) | 指定したエラー メッセージを使用して ReplicationAgentException クラスの新しいインスタンスを作成します。 | |
ReplicationAgentException(SerializationInfo, StreamingContext) | シリアル化されたデータを使用して ReplicationAgentException クラスの新しいインスタンスを作成します。 | |
ReplicationAgentException(String, Exception) | 指定したエラー メッセージとこの例外の原因になった内部例外への参照を使用して、ReplicationAgentException クラスの新しいインスタンスを作成します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | (Exception から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
MessageCode | 基になるエラーのエラー コードを取得します。 | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | 例外に関する情報で指定した SerializationInfo を設定します。 (Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext) をオーバーライドします。) | |
GetType | (Exception から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Exception から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。