ExecutionEngineException Sınıf

Tanım

Dikkat

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

Dikkat

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

Ortak dil çalışma zamanının yürütme altyapısında bir iç hata olduğunda oluşan özel durum. Bu sınıf devralınamaz.

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
Devralma
ExecutionEngineException
Öznitelikler

Açıklamalar

için eski olmayan bir alternatif ExecutionEngineExceptionyoktur. Uygulamanızın daha fazla yürütülmesi sürdürülemiyorsa yöntemini kullanın FailFast .

Oluşturucular

Name Description
ExecutionEngineException()
Geçersiz.
Geçersiz.

ExecutionEngineException sınıfının yeni bir örneğini başlatır.

ExecutionEngineException(String, Exception)
Geçersiz.
Geçersiz.

Belirtilen bir hata iletisi ve bu özel durumun nedeni olan iç özel duruma başvuru ile ExecutionEngineException sınıfının yeni bir örneğini başlatır.

ExecutionEngineException(String)
Geçersiz.
Geçersiz.

Belirtilen bir hata iletisiyle sınıfının yeni bir örneğini ExecutionEngineException başlatır.

Özellikler

Name Description
Data
Geçersiz.
Geçersiz.

Özel durum hakkında kullanıcı tanımlı ek bilgiler sağlayan anahtar/değer çiftleri koleksiyonunu alır.

(Devralındığı yer: Exception)
HelpLink
Geçersiz.
Geçersiz.

Bu özel durumla ilişkili yardım dosyasının bağlantısını alır veya ayarlar.

(Devralındığı yer: Exception)
HResult
Geçersiz.
Geçersiz.

Belirli bir özel duruma atanan kodlanmış sayısal bir değer olan HRESULT değerini alır veya ayarlar.

(Devralındığı yer: Exception)
InnerException
Geçersiz.
Geçersiz.

Geçerli özel duruma neden olan Exception örneğini alır.

(Devralındığı yer: Exception)
Message
Geçersiz.
Geçersiz.

Geçerli özel durumu açıklayan bir ileti alır.

(Devralındığı yer: Exception)
Source
Geçersiz.
Geçersiz.

Hataya neden olan uygulamanın veya nesnenin adını alır veya ayarlar.

(Devralındığı yer: Exception)
StackTrace
Geçersiz.
Geçersiz.

Çağrı yığınındaki anlık çerçevelerin dize gösterimini alır.

(Devralındığı yer: Exception)
TargetSite
Geçersiz.
Geçersiz.

Geçerli özel durumu oluşturan yöntemini alır.

(Devralındığı yer: Exception)

Yöntemler

Name Description
Equals(Object)
Geçersiz.
Geçersiz.

Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.

(Devralındığı yer: Object)
GetBaseException()
Geçersiz.
Geçersiz.

Türetilmiş bir sınıfta geçersiz kılındığında, sonraki bir veya daha fazla özel durumun kök nedeni olan Exception döndürür.

(Devralındığı yer: Exception)
GetHashCode()
Geçersiz.
Geçersiz.

Varsayılan karma işlevi işlevi görür.

(Devralındığı yer: Object)
GetObjectData(SerializationInfo, StreamingContext)
Geçersiz.

Türetilmiş bir sınıfta geçersiz kılındığında, özel durumla ilgili bilgilerle SerializationInfo ayarlar.

(Devralındığı yer: Exception)
GetType()
Geçersiz.
Geçersiz.

Geçerli örneğin çalışma zamanı türünü alır.

(Devralındığı yer: Exception)
MemberwiseClone()
Geçersiz.
Geçersiz.

Geçerli Objectbasit bir kopyasını oluşturur.

(Devralındığı yer: Object)
ToString()
Geçersiz.
Geçersiz.

Geçerli özel durumun dize gösterimini oluşturur ve döndürür.

(Devralındığı yer: Exception)

Ekinlikler

Name Description
SerializeObjectState
Geçersiz.

Özel durum hakkında serileştirilmiş veriler içeren bir özel durum durumu nesnesi oluşturmak için bir özel durum seri hale getirildiğinde gerçekleşir.

(Devralındığı yer: Exception)

Şunlara uygulanır

Ayrıca bkz.