C# Class RX_Explorer.Class.NoResponseException

Inheritance: Exception
显示文件 Open project: zhuxb711/RX-Explorer

Public Methods

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

Method Details

NoResponseException() public method

public NoResponseException ( ) : System
return System

NoResponseException() public method

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

NoResponseException() public method

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