ErrorContext クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のエラーの文脈を指定します。
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 クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| FullyQualifiedName |
コンテキスト識別子のオブジェクトFullyQualifiedNameをドット表記で指定します。 |
| Identifier |
エラーのオブジェクトコンテキスト識別子を指定します。 |
| Type |
コンテキスト識別子のオブジェクトタイプを指定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| SetProperty<T>(T, T, String, Boolean) |
その性質を与えられた値に変更します。 |
| SetProperty<T>(T, T, String) |
その性質を与えられた値に変更します。 |