Klasa EqtDataException
Reprezentuje wyjątek, który jest generowany przez dostawcę elementu badania w interfejsie zarządzania test (UI) z Visual Studio Test Professional , gdy parametr do metody jest nieprawidłowy lub w inny sposób używane bezskutecznie.
Hierarchia dziedziczenia
Object
Exception
Microsoft.VisualStudio.TestTools.Exceptions.EqtException
Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
Więcej...
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.Exceptions
Zestaw: Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)
Składnia
'Deklaracja
<SerializableAttribute> _
Public Class EqtDataException _
Inherits EqtException
[SerializableAttribute]
public class EqtDataException : EqtException
[SerializableAttribute]
public ref class EqtDataException : public EqtException
[<SerializableAttribute>]
type EqtDataException =
class
inherit EqtException
end
public class EqtDataException extends EqtException
Typ EqtDataException uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
EqtDataException() | Inicjuje nowe wystąpienie EqtDataException klasy. | |
EqtDataException(String) | Inicjuje nowe wystąpienie EqtDataException klasy przy użyciu dostarczonego wiadomości. | |
EqtDataException(SerializationInfo, StreamingContext) | Inicjuje nowe wystąpienie EqtDataException klasy przy użyciu dostarczone informacje i kontekst. | |
EqtDataException(String, Exception) | Inicjuje nowe wystąpienie EqtDataException klasy przy użyciu dostarczonego wiadomości i wewnętrzny wyjątek. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Odziedziczone z Exception). | |
HelpLink | Gets or sets a link to the help file associated with this exception. (Odziedziczone z Exception). | |
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Odziedziczone z Exception). | |
InnerException | Gets the Exception instance that caused the current exception. (Odziedziczone z Exception). | |
Message | Pobiera komunikatu informującego, że wyjątek. (Odziedziczone z EqtException). | |
Source | Gets or sets the name of the application or the object that causes the error. (Odziedziczone z Exception). | |
StackTrace | Gets a string representation of the immediate frames on the call stack. (Odziedziczone z Exception). | |
TargetSite | Gets the method that throws the current exception. (Odziedziczone z Exception). |
Początek
Metody
Nazwa | Opis | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). | |
GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Odziedziczone z Exception). | |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). | |
GetObjectData | Szereguje pola private. (Odziedziczone z EqtException). | |
GetType | Gets the runtime type of the current instance. (Odziedziczone z Exception). | |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). | |
ToString | Creates and returns a string representation of the current exception. (Odziedziczone z Exception). |
Początek
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.Exceptions
Hierarchia dziedziczenia
Object
Exception
Microsoft.VisualStudio.TestTools.Exceptions.EqtException
Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException
Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException
Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException
Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException
Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException
Microsoft.VisualStudio.TestTools.Exceptions.InternalException
Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException
Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException
Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException
Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException