Error Class

Definition

Represents an error.

public ref class Error : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Error", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Error : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Error", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Error = class
    inherit DataContractBase
Public Class Error
Inherits DataContractBase
Inheritance
Attributes

Constructors

Error()

Initializes a new instance of the Error class.

Properties

Code

Gets or sets the error code.

Context

Gets or sets the object context of the error, if applicable.

Description

Gets or sets the text describing the error.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)

Applies to