C# Class Saleae.SocketApi.SaleaeSocketApiException

Inheritance: System.Exception
Afficher le fichier Open project: saleae/SaleaeSocketApi

Méthodes publiques

Méthode Description
SaleaeSocketApiException ( ) : System
SaleaeSocketApiException ( string message ) : System
SaleaeSocketApiException ( string message, Exception inner_exception ) : System

Method Details

SaleaeSocketApiException() public méthode

public SaleaeSocketApiException ( ) : System
Résultat System

SaleaeSocketApiException() public méthode

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

SaleaeSocketApiException() public méthode

public SaleaeSocketApiException ( string message, Exception inner_exception ) : System
message string
inner_exception System.Exception
Résultat System