C# Class System.IO.IOException

Inheritance: SystemException
Afficher le fichier Open project: dotnetGame/natsu-clr Class Usage Examples

Méthodes publiques

Méthode Description
IOException ( ) : System
IOException ( string message ) : System
IOException ( string message, Exception innerException ) : System
IOException ( string message, int hresult ) : System

Method Details

IOException() public méthode

public IOException ( ) : System
Résultat System

IOException() public méthode

public IOException ( string message ) : System
message string
Résultat System

IOException() public méthode

public IOException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System

IOException() public méthode

public IOException ( string message, int hresult ) : System
message string
hresult int
Résultat System