ErrorContext Clase

Definición

Representa el contexto del error.

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
Herencia
ErrorContext
Atributos

Constructores

ErrorContext()

Inicializa una nueva instancia de la clase ErrorContext.

Propiedades

ExtensionData

Obtiene o establece la estructura que contiene datos adicionales.

(Heredado de DataContractBase)
FullyQualifiedName

Obtiene o establece el nombre completo del contexto del error.

Identifier

Obtiene o establece el identificador de contexto de error.

Type

Obtiene o establece el tipo del contexto del error.

Se aplica a