C# 클래스 TwitchLib.Exceptions.Client.InvalidParameterException

Exception representing bad information being provided to function/method.
상속: System.Exception
파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib

공개 메소드들

메소드 설명
InvalidParameterException ( string reasoning, string twitchUsername ) : System

Exception construtor.

메소드 상세

InvalidParameterException() 공개 메소드

Exception construtor.
public InvalidParameterException ( string reasoning, string twitchUsername ) : System
reasoning string
twitchUsername string
리턴 System