C# Класс PatchworkLauncher.PatchingProcessException

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

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

Метод Описание
PatchingProcessException ( Exception innerException ) : System
PatchingProcessException ( string message ) : System
PatchingProcessException ( string message, Exception innerException ) : System

Описание методов

PatchingProcessException() публичный Метод

public PatchingProcessException ( Exception innerException ) : System
innerException System.Exception
Результат System

PatchingProcessException() публичный Метод

public PatchingProcessException ( string message ) : System
message string
Результат System

PatchingProcessException() публичный Метод

public PatchingProcessException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System