C# Класс clojure.lang.Compiler.AssemblyLoadException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
AssemblyLoadException ( ) : System
AssemblyLoadException ( string msg ) : System
AssemblyLoadException ( string msg, Exception innerException ) : System

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

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

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

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

public AssemblyLoadException ( ) : System
Результат System

AssemblyLoadException() защищенный Метод

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

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

public AssemblyLoadException ( string msg ) : System
msg string
Результат System

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

public AssemblyLoadException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
Результат System