C# Класс System.Reflection.ReflectionTypeLoadException

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

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

Метод Описание
ReflectionTypeLoadException ( Type classes, Exception exceptions ) : System
ReflectionTypeLoadException ( Type classes, Exception exceptions, String message ) : System

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ReflectionTypeLoadException ( ) : System
ReflectionTypeLoadException ( SerializationInfo info, StreamingContext context ) : System
ReflectionTypeLoadException ( String message ) : System

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

ReflectionTypeLoadException() публичный Метод

public ReflectionTypeLoadException ( Type classes, Exception exceptions ) : System
classes Type
exceptions Exception
Результат System

ReflectionTypeLoadException() публичный Метод

public ReflectionTypeLoadException ( Type classes, Exception exceptions, String message ) : System
classes Type
exceptions Exception
message String
Результат System