C# Класс dnlib.NetCore.DotNet.ResolveException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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