次の方法で共有


ErrorContext クラス

定義

特定のエラーのコンテキストを指定します。

public ref class ErrorContext : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ErrorContext", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ErrorContext : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ErrorContext", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ErrorContext = class
    inherit DataContractBase
Public Class ErrorContext
Inherits DataContractBase
継承
ErrorContext
属性

注釈

複合型は ErrorContext 、特定のエラーのコンテキストを指定します。 この型は、エラーが発生したときに操作されたオブジェクトを識別します。

コンストラクター

ErrorContext()

ErrorContext クラスの新しいインスタンスを初期化します。

プロパティ

FullyQualifiedName

コンテキスト識別子のオブジェクト FullyQualifiedName をドット表記で指定します。

Identifier

エラーのオブジェクト コンテキスト識別子を指定します。

Type

コンテキスト識別子のオブジェクト型を指定します。

メソッド

SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象