C# 클래스 dnlib.NetCore.DotNet.ResolveException

상속: Exception
파일 보기 프로젝트 열기: petterlopes/ConfuserEx

공개 메소드들

메소드 설명
ResolveException ( ) : System

Default constructor

ResolveException ( string message ) : System

Constructor

ResolveException ( string message, Exception innerException ) : System

Constructor

메소드 상세

ResolveException() 공개 메소드

Default constructor
public ResolveException ( ) : System
리턴 System

ResolveException() 공개 메소드

Constructor
public ResolveException ( string message ) : System
message string Exception message
리턴 System

ResolveException() 공개 메소드

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