C# Class RX_Explorer.Class.FileCaputureException

Inheritance: Exception
Datei anzeigen Open project: zhuxb711/RX-Explorer

Public Methods

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

Method Details

FileCaputureException() public method

public FileCaputureException ( ) : System
return System

FileCaputureException() public method

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

FileCaputureException() public method

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