C# Class RX_Explorer.Class.FileDamagedException

文件损坏异常
Inheritance: Exception
Mostra file Open project: zhuxb711/RX-Explorer

Public Methods

Method Description
FileDamagedException ( ) : System
FileDamagedException ( string ErrorMessage ) : System
FileDamagedException ( string message, Exception innerException ) : System

Method Details

FileDamagedException() public method

public FileDamagedException ( ) : System
return System

FileDamagedException() public method

public FileDamagedException ( string ErrorMessage ) : System
ErrorMessage string
return System

FileDamagedException() public method

public FileDamagedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System