Table of Contents

Class ResolutionException

Namespace
ICSharpCode.Decompiler.Metadata
Assembly
ICSharpCode.Decompiler.dll
public sealed class ResolutionException : Exception, ISerializable
Inheritance
ResolutionException
Implements
Inherited Members

Constructors

ResolutionException(IAssemblyReference, string?, Exception?)

public ResolutionException(IAssemblyReference reference, string? resolvedPath, Exception? innerException)

Parameters

reference IAssemblyReference
resolvedPath string
innerException Exception

ResolutionException(string, string, string?, Exception?)

public ResolutionException(string mainModule, string moduleName, string? resolvedPath, Exception? innerException)

Parameters

mainModule string
moduleName string
resolvedPath string
innerException Exception

Properties

MainModuleFullPath

public string? MainModuleFullPath { get; }

Property Value

string

ModuleName

public string? ModuleName { get; }

Property Value

string

Reference

public IAssemblyReference? Reference { get; }

Property Value

IAssemblyReference

ResolvedFullPath

public string? ResolvedFullPath { get; }

Property Value

string