C# 클래스 YeloDebug.Exceptions.NoConnectionException

Represents errors that occur when there is no debug connection detected between the xbox and pc.
상속: ApiException
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

메소드 설명
NoConnectionException ( ) : System
NoConnectionException ( string message ) : System
NoConnectionException ( string message, Exception inner ) : System

메소드 상세

NoConnectionException() 공개 메소드

public NoConnectionException ( ) : System
리턴 System

NoConnectionException() 공개 메소드

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

NoConnectionException() 공개 메소드

public NoConnectionException ( string message, Exception inner ) : System
message string
inner System.Exception
리턴 System