Klasa TestObjectMustBeSavedException
Reprezentuje wyjątek, który jest generowany, kiedy metody obiektu nie można pomyślnie wykonać chyba, że obiekt został zapisany.
Hierarchia dziedziczenia
Object
Exception
ApplicationException
VssException
TeamFoundationServerException
Microsoft.TeamFoundation.TestManagement.Client.TestManagementException
Microsoft.TeamFoundation.TestManagement.Client.TestManagementInvalidOperationException
Microsoft.TeamFoundation.TestManagement.Client.TestObjectMustBeSavedException
Przestrzeń nazw: Microsoft.TeamFoundation.TestManagement.Client
Zestaw: Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)
Składnia
'Deklaracja
<SerializableAttribute> _
Public Class TestObjectMustBeSavedException _
Inherits TestManagementInvalidOperationException
[SerializableAttribute]
public class TestObjectMustBeSavedException : TestManagementInvalidOperationException
[SerializableAttribute]
public ref class TestObjectMustBeSavedException : public TestManagementInvalidOperationException
[<SerializableAttribute>]
type TestObjectMustBeSavedException =
class
inherit TestManagementInvalidOperationException
end
public class TestObjectMustBeSavedException extends TestManagementInvalidOperationException
Typ TestObjectMustBeSavedException uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
TestObjectMustBeSavedException(String) | Inicjuje nowe wystąpienie TestObjectMustBeSavedException klasy przy użyciu dostarczonego wiadomości. | |
TestObjectMustBeSavedException(SerializationInfo, StreamingContext) | Zestawy SerializationInfo z informacji o wyjątku. | |
TestObjectMustBeSavedException(String, Exception) | Inicjuje nowe wystąpienie TestObjectMustBeSavedException klasy przy użyciu dostarczonego wiadomości i wewnętrzny wyjątek. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
Data | (Odziedziczone z TeamFoundationServerException). | |
ErrorCode | Zwraca lub ustawia kod błędu. (Odziedziczone z TestManagementException). | |
EventId | (Odziedziczone z VssException). | |
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). | |
IsRemoteException | (Odziedziczone z TeamFoundationServerException). | |
LogException | (Odziedziczone z VssException). | |
LogLevel | (Odziedziczone z VssException). | |
Message | Gets a message that describes the current exception. (Odziedziczone z Exception). | |
ReportException | (Odziedziczone z VssException). | |
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 | Krytyczny pod względem zabezpieczeń Wypełnienie obiektu o użytkowniku serializacji dostarczonego z danymi. (Odziedziczone z TestManagementException). | |
GetProperty``1 | (Odziedziczone z TeamFoundationServerException). | |
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.TeamFoundation.TestManagement.Client