Compartilhar via


Classe TestManagementConfigurationException

 

Representa a exceção que é lançada quando uma operação não pode concluir devido um erro de configuração no servidor.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Hierarquia de herança

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.VisualStudio.Services.Common.VssException
        Microsoft.TeamFoundation.TeamFoundationServerException
          Microsoft.TeamFoundation.TestManagement.Client.TestManagementException
            Microsoft.TeamFoundation.TestManagement.Client.TestManagementConfigurationException

Sintaxe

[SerializableAttribute]
public class TestManagementConfigurationException : TestManagementException
[SerializableAttribute]
public ref class TestManagementConfigurationException : TestManagementException
[<SerializableAttribute>]
type TestManagementConfigurationException = 
    class
        inherit TestManagementException
    end
<SerializableAttribute>
Public Class TestManagementConfigurationException
    Inherits TestManagementException

Construtores

Nome Descrição
System_CAPS_protmethod TestManagementConfigurationException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da TestManagementConfigurationException classe para serialização.

System_CAPS_pubmethod TestManagementConfigurationException(String)

Inicializa uma nova instância da TestManagementConfigurationException classe usando a mensagem de erro fornecida.

System_CAPS_pubmethod TestManagementConfigurationException(String, Exception)

Inicializa uma nova instância da TestManagementConfigurationException classe usando a mensagem fornecida e a exceção interna.

Propriedades

Nome Descrição
System_CAPS_pubproperty Data

(herdado de TeamFoundationServerException.)

System_CAPS_pubproperty ErrorCode

Obtém ou define o código de erro.(herdado de TestManagementException.)

System_CAPS_pubproperty EventId

(herdado de VssException.)

System_CAPS_pubproperty HelpLink

(herdado de Exception.)

System_CAPS_pubproperty HResult

(herdado de Exception.)

System_CAPS_pubproperty InnerException

(herdado de Exception.)

System_CAPS_pubproperty IsRemoteException

(herdado de TeamFoundationServerException.)

System_CAPS_pubproperty LogException

(herdado de VssException.)

System_CAPS_pubproperty LogLevel

(herdado de VssException.)

System_CAPS_pubproperty Message

(herdado de Exception.)

System_CAPS_pubproperty ReportException

(herdado de VssException.)

System_CAPS_pubproperty Source

(herdado de Exception.)

System_CAPS_pubproperty StackTrace

(herdado de Exception.)

System_CAPS_pubproperty TargetSite

(herdado de Exception.)

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_protmethod Finalize()

(herdado de Object.)

System_CAPS_pubmethod GetBaseException()

(herdado de Exception.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

Preenche o objeto de informações de serialização fornecido com dados.(herdado de TestManagementException.)

System_CAPS_pubmethod GetType()

(herdado de Exception.)

System_CAPS_protmethod MemberwiseClone()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(herdado de Exception.)

Eventos

Nome Descrição
System_CAPS_protevent SerializeObjectState

(herdado de Exception.)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

TestManagementException
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo