Method | Description | |
---|---|---|
IOException ( ) : System | ||
IOException ( string message ) : System | ||
IOException ( string message, Exception innerException ) : System | ||
IOException ( string message, int hresult ) : System |
public IOException ( string message ) : System | ||
message | string | |
return | System |
public IOException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |
public IOException ( string message, int hresult ) : System | ||
message | string | |
hresult | int | |
return | System |