Class ResolutionException
- Namespace
- ICSharpCode.Decompiler.Metadata
- Assembly
- ICSharpCode.Decompiler.dll
public sealed class ResolutionException : Exception, ISerializable
- Inheritance
-
ResolutionException
- Implements
-
- Inherited Members
-
Constructors
public ResolutionException(IAssemblyReference reference, string? resolvedPath, Exception? innerException)
Parameters
reference
IAssemblyReference
resolvedPath
string
innerException
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
public string? ModuleName { get; }
Property Value
- string
public IAssemblyReference? Reference { get; }
Property Value
- IAssemblyReference
public string? ResolvedFullPath { get; }
Property Value
- string