C# Class dnlib.NetCore.DotNet.ResolveException

Inheritance: Exception
显示文件 Open project: petterlopes/ConfuserEx

Public Methods

Method Description
ResolveException ( ) : System

Default constructor

ResolveException ( string message ) : System

Constructor

ResolveException ( string message, Exception innerException ) : System

Constructor

Method Details

ResolveException() public method

Default constructor
public ResolveException ( ) : System
return System

ResolveException() public method

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

ResolveException() public method

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