C# Class Inazuma.Mono.Cecil.AssemblyResolutionException

Inheritance: System.IO.FileNotFoundException
Mostrar archivo Open project: mayuki/Inazuma

Public Methods

Method Description
AssemblyResolutionException ( AssemblyNameReference reference ) : System

Protected Methods

Method Description
AssemblyResolutionException ( System info, System context ) : System

Method Details

AssemblyResolutionException() public method

public AssemblyResolutionException ( AssemblyNameReference reference ) : System
reference AssemblyNameReference
return System

AssemblyResolutionException() protected method

protected AssemblyResolutionException ( System info, System context ) : System
info System
context System
return System