C# Класс System.EntryPointNotFoundException

Наследование: TypeLoadException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EntryPointNotFoundException ( ) : System.Runtime.InteropServices
EntryPointNotFoundException ( string message ) : System.Runtime.InteropServices
EntryPointNotFoundException ( string message, Exception inner ) : System.Runtime.InteropServices

Защищенные методы

Метод Описание
EntryPointNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Описание методов

EntryPointNotFoundException() публичный метод

public EntryPointNotFoundException ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices

EntryPointNotFoundException() защищенный метод

protected EntryPointNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Результат System.Runtime.InteropServices

EntryPointNotFoundException() публичный метод

public EntryPointNotFoundException ( string message ) : System.Runtime.InteropServices
message string
Результат System.Runtime.InteropServices

EntryPointNotFoundException() публичный метод

public EntryPointNotFoundException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
Результат System.Runtime.InteropServices