C# Class RX_Explorer.Class.FileDamagedException

文件损坏异常
Inheritance: Exception
Afficher le fichier Open project: zhuxb711/RX-Explorer

Méthodes publiques

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

Method Details

FileDamagedException() public méthode

public FileDamagedException ( ) : System
Résultat System

FileDamagedException() public méthode

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

FileDamagedException() public méthode

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