C# 클래스 YeloDebug.Exceptions.XboxDebugException

Represents errors that occur within the xbox debugging interface.
상속: ApiException
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

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

메소드 상세

XboxDebugException() 공개 메소드

public XboxDebugException ( ) : System
리턴 System

XboxDebugException() 공개 메소드

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

XboxDebugException() 공개 메소드

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