C# Class YeloDebug.Exceptions.NoConnectionException

Represents errors that occur when there is no debug connection detected between the xbox and pc.
Inheritance: ApiException
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

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

Method Details

NoConnectionException() public méthode

public NoConnectionException ( ) : System
Résultat System

NoConnectionException() public méthode

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

NoConnectionException() public méthode

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