C# Class RX_Explorer.Class.UnlockException

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

Méthodes publiques

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

Method Details

UnlockException() public méthode

public UnlockException ( ) : System
Résultat System

UnlockException() public méthode

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

UnlockException() public méthode

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