C# Class dnlib.NetCore.DotNet.AssemblyResolveException

Inheritance: ResolveException
Datei anzeigen Open project: petterlopes/ConfuserEx

Public Methods

Method Description
AssemblyResolveException ( ) : System

Default constructor

AssemblyResolveException ( string message ) : System

Constructor

AssemblyResolveException ( string message, Exception innerException ) : System

Constructor

Method Details

AssemblyResolveException() public method

Default constructor
public AssemblyResolveException ( ) : System
return System

AssemblyResolveException() public method

Constructor
public AssemblyResolveException ( string message ) : System
message string Exception message
return System

AssemblyResolveException() public method

Constructor
public AssemblyResolveException ( string message, Exception innerException ) : System
message string Exception message
innerException Exception Inner exception or null if none
return System