Classe Error
Represents an error.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..Error
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "Error", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Error _
Implements IExtensibleDataObject
'Uso
Dim instance As Error
[DataContractAttribute(Name = "Error", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Error : IExtensibleDataObject
[DataContractAttribute(Name = L"Error", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Error : IExtensibleDataObject
[<DataContractAttribute(Name = "Error", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Error =
class
interface IExtensibleDataObject
end
public class Error implements IExtensibleDataObject
O tipo Error expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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 an object containing extra data. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.