ExecutionEngineException Класс

Определение

Внимание!

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

Внимание!

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

Исключение, выбрасываемое при внутренней ошибке в ядре выполнения среды CLR. Этот класс не наследуется.

public ref class ExecutionEngineException sealed : 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.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.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("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.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.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
Наследование
ExecutionEngineException
Атрибуты

Комментарии

Нет устаревшей альтернативы ExecutionEngineException. Если дальнейшее выполнение приложения не может быть продолжено, используйте FailFast метод.

Конструкторы

ExecutionEngineException()

Инициализирует новый экземпляр класса ExecutionEngineException.

ExecutionEngineException(String)

Инициализирует новый экземпляр класса ExecutionEngineException с указанным сообщением об ошибке.

ExecutionEngineException(String, Exception)

Инициализирует новый экземпляр класса ExecutionEngineException указанным сообщением об ошибке и ссылкой на внутреннее исключение, вызвавшее данное исключение.

Свойства

Data

Возвращает коллекцию пар «ключ-значение», предоставляющую дополнительные сведения об исключении.

(Унаследовано от Exception)
HelpLink

Получает или задает ссылку на файл справки, связанный с этим исключением.

(Унаследовано от Exception)
HResult

Возвращает или задает HRESULT — кодированное числовое значение, присвоенное определенному исключению.

(Унаследовано от Exception)
InnerException

Возвращает экземпляр класса Exception, который вызвал текущее исключение.

(Унаследовано от Exception)
Message

Возвращает сообщение, описывающее текущее исключение.

(Унаследовано от Exception)
Source

Возвращает или задает имя приложения или объекта, вызывавшего ошибку.

(Унаследовано от Exception)
StackTrace

Получает строковое представление непосредственных кадров в стеке вызова.

(Унаследовано от Exception)
TargetSite

Возвращает метод, создавший текущее исключение.

(Унаследовано от Exception)

Методы

Equals(Object)

Определяет, равен ли указанный объект текущему объекту.

(Унаследовано от Object)
GetBaseException()

При переопределении в производном классе возвращает исключение Exception, которое является первопричиной одного или нескольких последующих исключений.

(Унаследовано от Exception)
GetHashCode()

Служит хэш-функцией по умолчанию.

(Унаследовано от Object)
GetObjectData(SerializationInfo, StreamingContext)

При переопределении в производном классе задает объект SerializationInfo со сведениями об исключении.

(Унаследовано от Exception)
GetType()

Возвращает тип среды выполнения текущего экземпляра.

(Унаследовано от Exception)
MemberwiseClone()

Создает неполную копию текущего объекта Object.

(Унаследовано от Object)
ToString()

Создает и возвращает строковое представление текущего исключения.

(Унаследовано от Exception)

События

SerializeObjectState
Является устаревшей.

Возникает, когда исключение сериализовано для создания объекта состояния исключения, содержащего сериализованные данные об исключении.

(Унаследовано от Exception)

Применяется к

См. также раздел