C# 클래스 Bitstamp.Client.Websocket.Exceptions.BitstampBadInputException

Exception that indicates bad user input
상속: Bitstamp.Client.Websocket.Exceptions.BitstampException
파일 보기 프로젝트 열기: Marfusios/bitstamp-client-websocket

공개 메소드들

메소드 설명
BitstampBadInputException ( ) : System
BitstampBadInputException ( string message ) : System
BitstampBadInputException ( string message, Exception innerException ) : System

메소드 상세

BitstampBadInputException() 공개 메소드

public BitstampBadInputException ( ) : System
리턴 System

BitstampBadInputException() 공개 메소드

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

BitstampBadInputException() 공개 메소드

public BitstampBadInputException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System