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

A general exception indicating an error with the interop process.
Inheritance: Exception
Datei anzeigen Open project: stratisproject/StratisFullNode

Public Methods

Method Description
InteropException ( ) : System
InteropException ( string message ) : System

Method Details

InteropException() public method

public InteropException ( ) : System
return System

InteropException() public method

public InteropException ( string message ) : System
message string
return System