C# Класс System.TypeUnloadedException

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

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

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

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

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

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

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

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

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

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

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

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

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

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