C# Class Stratis.Bitcoin.Features.Interop.Exceptions.InteropException

A general exception indicating an error with the interop process.
Inheritance: Exception
Afficher le fichier Open project: stratisproject/StratisFullNode

Méthodes publiques

Méthode Description
InteropException ( ) : System
InteropException ( string message ) : System

Method Details

InteropException() public méthode

public InteropException ( ) : System
Résultat System

InteropException() public méthode

public InteropException ( string message ) : System
message string
Résultat System