Classe TestObjectUpdatedException
A exceção que é acionada pelo servidor de gerenciamento de teste quando o usuário tenta atualizar um objeto que foi mais recentemente alterado por outro usuário.
Hierarquia de herança
Object
Exception
ApplicationException
VssException
TeamFoundationServerException
Microsoft.TeamFoundation.TestManagement.Client.TestManagementException
Microsoft.TeamFoundation.TestManagement.Client.TestObjectUpdatedException
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Public Class TestObjectUpdatedException _
Inherits TestManagementException
public class TestObjectUpdatedException : TestManagementException
public ref class TestObjectUpdatedException : public TestManagementException
type TestObjectUpdatedException =
class
inherit TestManagementException
end
public class TestObjectUpdatedException extends TestManagementException
O tipo TestObjectUpdatedException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
TestObjectUpdatedException(String) | Inicializa uma nova instância da TestObjectUpdatedException classe usando o texto de mensagem fornecida. | |
TestObjectUpdatedException(SerializationInfo, StreamingContext) | Inicializa uma nova instância da TestObjectUpdatedException a classe do XML usando o contexto e informações de serialização fornecido. | |
TestObjectUpdatedException(String, IEnumerable<Object>) | Inicializa uma nova instância da TestObjectUpdatedException classe usando a mensagem fornecida e a coleção de valores. | |
TestObjectUpdatedException(String, Exception) | Inicializa uma nova instância da TestObjectUpdatedException classe usando a mensagem fornecida e a exceção interna. | |
TestObjectUpdatedException(String, Object) | Inicializa uma nova instância da TestObjectUpdatedException classe usando a mensagem fornecida e o valor. | |
TestObjectUpdatedException(String, IEnumerable<Object>, Exception) | Inicializa uma nova instância da TestObjectUpdatedException classe usando a mensagem fornecida, o conjunto de valores e a exceção interna. | |
TestObjectUpdatedException(String, Object, Exception) | Inicializa uma nova instância da TestObjectUpdatedException classe usando a mensagem fornecida, o objeto e a exceção interna. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de TeamFoundationServerException.) | |
ErrorCode | Obtém ou define o código de erro. (Herdado de TestManagementException.) | |
EventId | (Herdado de VssException.) | |
HelpLink | Gets or sets a link to the help file associated with this exception. (Herdado de Exception.) | |
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Herdado de Exception.) | |
InnerException | Gets the Exception instance that caused the current exception. (Herdado de Exception.) | |
IsRemoteException | (Herdado de TeamFoundationServerException.) | |
LogException | (Herdado de VssException.) | |
LogLevel | (Herdado de VssException.) | |
Message | Gets a message that describes the current exception. (Herdado de Exception.) | |
Objects | Obtém uma lista dos objetos que não pode ser atualizado porque eles já foram atualizados por outro usuário. | |
ReportException | (Herdado de VssException.) | |
Source | Gets or sets the name of the application or the object that causes the error. (Herdado de Exception.) | |
StackTrace | Gets a string representation of the immediate frames on the call stack. (Herdado de Exception.) | |
TargetSite | Gets the method that throws the current exception. (Herdado de Exception.) |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Herdado de Exception.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetObjectData | Segurança crítica. Conjuntos de SerializationInfo , usando as informações fornecidas sobre a exceção. (Substitui TestManagementException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetProperty``1 | (Herdado de TeamFoundationServerException.) | |
GetType | Gets the runtime type of the current instance. (Herdado de Exception.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
ToString | Creates and returns a string representation of the current exception. (Herdado de Exception.) |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.