Klasa WizardCancelledException
Wyjątek, który jest generowany, gdy Kreator szablonów zostanie anulowana, zanim zostanie ukończona.
Hierarchia dziedziczenia
Object
Exception
Microsoft.VisualStudio.TemplateWizard.WizardCancelledException
Przestrzeń nazw: Microsoft.VisualStudio.TemplateWizard
Zestaw: Microsoft.VisualStudio.TemplateWizardInterface (w Microsoft.VisualStudio.TemplateWizardInterface.dll)
Składnia
'Deklaracja
<SerializableAttribute> _
Public Class WizardCancelledException _
Inherits Exception
[SerializableAttribute]
public class WizardCancelledException : Exception
[SerializableAttribute]
public ref class WizardCancelledException : public Exception
[<SerializableAttribute>]
type WizardCancelledException =
class
inherit Exception
end
public class WizardCancelledException extends Exception
Typ WizardCancelledException uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
![]() |
WizardCancelledException() | Inicjuje nowe wystąpienie WizardCancelledException klasy. |
![]() |
WizardCancelledException(String) | Inicjuje nowe wystąpienie WizardCancelledException klasy określony komunikat o błędzie. |
![]() |
WizardCancelledException(SerializationInfo, StreamingContext) | Inicjuje nowe wystąpienie WizardCancelledException klasy serializowane dane. |
![]() |
WizardCancelledException(String, Exception) | Inicjuje nowe wystąpienie WizardCancelledException klasy wiadomości określony błąd i odniesienia do wyjątek wewnętrzny, który jest przyczyną tego wyjątku. |
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 | Zwraca lub ustawia wartość HRESULT, zakodowanej wartości liczbowej, przypisany do określonych wyjątków. |
![]() |
InnerException | Gets the Exception instance that caused the current exception. (Odziedziczone z Exception). |
![]() |
Message | Gets a message that describes the current exception. (Odziedziczone z Exception). |
![]() |
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ń When overridden in a derived class, sets the SerializationInfo with information about the exception. (Odziedziczone z Exception). |
![]() |
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
Zdarzenia
Nazwa | Opis | |
---|---|---|
![]() |
SerializeObjectState | Occurs when an exception is serialized to create an exception state object that contains serialized data about the 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.