C# Class UpdateOEMCfgTool.exception.rfidException

Inheritance: System.SystemException
Afficher le fichier Open project: mti-rfid/RFID_Explorer

Méthodes publiques

Méthode Description
rfidException ( ) : System
rfidException ( Exception innerException ) : System
rfidException ( rfidErrorCode err ) : System
rfidException ( rfidErrorCode err, String message ) : System
rfidException ( string message ) : System

Method Details

rfidException() public méthode

public rfidException ( ) : System
Résultat System

rfidException() public méthode

public rfidException ( Exception innerException ) : System
innerException System.Exception
Résultat System

rfidException() public méthode

public rfidException ( rfidErrorCode err ) : System
err rfidErrorCode
Résultat System

rfidException() public méthode

public rfidException ( rfidErrorCode err, String message ) : System
err rfidErrorCode
message String
Résultat System

rfidException() public méthode

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