C# Class YeloDebug.Exceptions.XboxDebugException

Represents errors that occur within the xbox debugging interface.
Inheritance: ApiException
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Méthode Description
XboxDebugException ( ) : System
XboxDebugException ( string message ) : System
XboxDebugException ( string message, Exception inner ) : System

Method Details

XboxDebugException() public méthode

public XboxDebugException ( ) : System
Résultat System

XboxDebugException() public méthode

public XboxDebugException ( string message ) : System
message string
Résultat System

XboxDebugException() public méthode

public XboxDebugException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System