ErrorContext クラス

定義

エラーコンテキストを表しています。

public ref class ErrorContext : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="ErrorContext", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ErrorContext : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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 クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)
FullyQualifiedName

エラーコンテキストの完全修飾名を取得するか設定します。

Identifier

エラーコンテキストIDを取得したり設定したりします。

Type

エラーコンテキストのタイプを取得するか設定します。

適用対象