C# Класс Stratis.Bitcoin.Features.Interop.Exceptions.InteropException

A general exception indicating an error with the interop process.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
InteropException ( ) : System
InteropException ( string message ) : System

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

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

public InteropException ( ) : System
Результат System

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

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