C# Class RX_Explorer.Class.NoResponseException

Inheritance: Exception
Afficher le fichier Open project: zhuxb711/RX-Explorer

Méthodes publiques

Méthode Description
NoResponseException ( ) : System
NoResponseException ( string ErrorMessage ) : System
NoResponseException ( string message, Exception innerException ) : System

Method Details

NoResponseException() public méthode

public NoResponseException ( ) : System
Résultat System

NoResponseException() public méthode

public NoResponseException ( string ErrorMessage ) : System
ErrorMessage string
Résultat System

NoResponseException() public méthode

public NoResponseException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System