C# 클래스 Saleae.SocketApi.SaleaeSocketApiException

상속: System.Exception
파일 보기 프로젝트 열기: saleae/SaleaeSocketApi

공개 메소드들

메소드 설명
SaleaeSocketApiException ( ) : System
SaleaeSocketApiException ( string message ) : System
SaleaeSocketApiException ( string message, Exception inner_exception ) : System

메소드 상세

SaleaeSocketApiException() 공개 메소드

public SaleaeSocketApiException ( ) : System
리턴 System

SaleaeSocketApiException() 공개 메소드

public SaleaeSocketApiException ( string message ) : System
message string
리턴 System

SaleaeSocketApiException() 공개 메소드

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