ExecutionEngineException Klasa

Definicja

Uwaga

ExecutionEngineException previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.

Uwaga

This type previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.

Wyjątek zgłaszany w przypadku wystąpienia wewnętrznego błędu w a aparatu wykonywania środowiska uruchomieniowego języka wspólnego. Klasa ta nie może być dziedziczona.

public ref class ExecutionEngineException sealed : SystemException
[System.Obsolete("ExecutionEngineException previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")]
public sealed class ExecutionEngineException : SystemException
[System.Obsolete("This type previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")]
public sealed class ExecutionEngineException : SystemException
[System.Serializable]
public sealed class ExecutionEngineException : SystemException
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ExecutionEngineException : SystemException
[System.Obsolete("This type previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ExecutionEngineException : SystemException
[<System.Obsolete("ExecutionEngineException previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")>]
type ExecutionEngineException = class
    inherit SystemException
[<System.Obsolete("This type previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")>]
type ExecutionEngineException = class
    inherit SystemException
[<System.Serializable>]
type ExecutionEngineException = class
    inherit SystemException
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ExecutionEngineException = class
    inherit SystemException
[<System.Obsolete("This type previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ExecutionEngineException = class
    inherit SystemException
Public NotInheritable Class ExecutionEngineException
Inherits SystemException
Dziedziczenie
ExecutionEngineException
Atrybuty

Uwagi

Nie ma przestarzałej alternatywy dla ExecutionEngineException. Jeśli dalsze wykonywanie aplikacji nie może być trwałe, użyj FailFast metody .

Konstruktory

Nazwa Opis
ExecutionEngineException()
Przestarzałe.
Przestarzałe.

Inicjuje nowe wystąpienie klasy ExecutionEngineException.

ExecutionEngineException(String, Exception)
Przestarzałe.
Przestarzałe.

Inicjuje nowe wystąpienie ExecutionEngineException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

ExecutionEngineException(String)
Przestarzałe.
Przestarzałe.

Inicjuje nowe wystąpienie klasy ExecutionEngineException z określonym komunikatem o błędzie.

Właściwości

Nazwa Opis
Data
Przestarzałe.
Przestarzałe.

Pobiera kolekcję par klucz/wartość, które zapewniają dodatkowe informacje zdefiniowane przez użytkownika dotyczące wyjątku.

(Odziedziczone po Exception)
HelpLink
Przestarzałe.
Przestarzałe.

Pobiera lub ustawia link do pliku pomocy skojarzonego z tym wyjątkiem.

(Odziedziczone po Exception)
HResult
Przestarzałe.
Przestarzałe.

Pobiera lub ustawia HRESULT, zakodowaną wartość liczbową przypisaną do określonego wyjątku.

(Odziedziczone po Exception)
InnerException
Przestarzałe.
Przestarzałe.

Exception Pobiera wystąpienie, które spowodowało bieżący wyjątek.

(Odziedziczone po Exception)
Message
Przestarzałe.
Przestarzałe.

Pobiera komunikat opisujący bieżący wyjątek.

(Odziedziczone po Exception)
Source
Przestarzałe.
Przestarzałe.

Pobiera lub ustawia nazwę aplikacji lub obiektu, który powoduje błąd.

(Odziedziczone po Exception)
StackTrace
Przestarzałe.
Przestarzałe.

Pobiera reprezentację ciągu natychmiastowych ramek na stosie wywołań.

(Odziedziczone po Exception)
TargetSite
Przestarzałe.
Przestarzałe.

Pobiera metodę, która zgłasza bieżący wyjątek.

(Odziedziczone po Exception)

Metody

Nazwa Opis
Equals(Object)
Przestarzałe.
Przestarzałe.

Określa, czy określony obiekt jest równy bieżącemu obiektowi.

(Odziedziczone po Object)
GetBaseException()
Przestarzałe.
Przestarzałe.

Po zastąpieniu w klasie pochodnej funkcja zwraca Exception główną przyczynę co najmniej jednego kolejnego wyjątku.

(Odziedziczone po Exception)
GetHashCode()
Przestarzałe.
Przestarzałe.

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetObjectData(SerializationInfo, StreamingContext)
Przestarzałe.

Po przesłonięciu w klasie pochodnej ustawia element SerializationInfo z informacjami o wyjątku.

(Odziedziczone po Exception)
GetType()
Przestarzałe.
Przestarzałe.

Pobiera typ środowiska uruchomieniowego bieżącego wystąpienia.

(Odziedziczone po Exception)
MemberwiseClone()
Przestarzałe.
Przestarzałe.

Tworzy płytkią kopię bieżącego Object.

(Odziedziczone po Object)
ToString()
Przestarzałe.
Przestarzałe.

Tworzy i zwraca reprezentację ciągu bieżącego wyjątku.

(Odziedziczone po Exception)

Zdarzenia

Nazwa Opis
SerializeObjectState
Przestarzałe.

Występuje, gdy wyjątek jest serializowany w celu utworzenia obiektu stanu wyjątku zawierającego serializowane dane dotyczące wyjątku.

(Odziedziczone po Exception)

Dotyczy

Zobacz też