C# Class System.IO.IOException

Inheritance: SystemException
显示文件 Open project: dotnetGame/natsu-clr Class Usage Examples

Public Methods

Method Description
IOException ( ) : System
IOException ( string message ) : System
IOException ( string message, Exception innerException ) : System
IOException ( string message, int hresult ) : System

Method Details

IOException() public method

public IOException ( ) : System
return System

IOException() public method

public IOException ( string message ) : System
message string
return System

IOException() public method

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

IOException() public method

public IOException ( string message, int hresult ) : System
message string
hresult int
return System