C# Class YeloDebug.Exceptions.XboxDebugException

Represents errors that occur within the xbox debugging interface.
Inheritance: ApiException
Datei anzeigen Open project: troymac1ure/Entity

Public Methods

Method Description
XboxDebugException ( ) : System
XboxDebugException ( string message ) : System
XboxDebugException ( string message, Exception inner ) : System

Method Details

XboxDebugException() public method

public XboxDebugException ( ) : System
return System

XboxDebugException() public method

public XboxDebugException ( string message ) : System
message string
return System

XboxDebugException() public method

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