C# Class Saleae.SocketApi.SaleaeSocketApiException

Inheritance: System.Exception
ファイルを表示 Open project: saleae/SaleaeSocketApi

Public Methods

Method Description
SaleaeSocketApiException ( ) : System
SaleaeSocketApiException ( string message ) : System
SaleaeSocketApiException ( string message, Exception inner_exception ) : System

Method Details

SaleaeSocketApiException() public method

public SaleaeSocketApiException ( ) : System
return System

SaleaeSocketApiException() public method

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

SaleaeSocketApiException() public method

public SaleaeSocketApiException ( string message, Exception inner_exception ) : System
message string
inner_exception System.Exception
return System