C# Class FileNotFoundException, Anything

Inheritance: IOException, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception
Afficher le fichier Open project: EYHN/Anything Class Usage Examples

Méthodes publiques

Méthode Description
FileNotFoundException ( FileHandle, fileHandle ) : Anything.Utils
FileNotFoundException ( FileHandle, fileHandle, string message ) : Anything.Utils
FileNotFoundException ( Url, uri ) : Anything.Utils
FileNotFoundException ( Url, uri, string message ) : Anything.Utils
FileNotFoundException ( string message ) : Anything.Utils

Method Details

FileNotFoundException() public méthode

public FileNotFoundException ( FileHandle, fileHandle ) : Anything.Utils
fileHandle FileHandle,
Résultat Anything.Utils

FileNotFoundException() public méthode

public FileNotFoundException ( FileHandle, fileHandle, string message ) : Anything.Utils
fileHandle FileHandle,
message string
Résultat Anything.Utils

FileNotFoundException() public méthode

public FileNotFoundException ( Url, uri ) : Anything.Utils
uri Url,
Résultat Anything.Utils

FileNotFoundException() public méthode

public FileNotFoundException ( Url, uri, string message ) : Anything.Utils
uri Url,
message string
Résultat Anything.Utils

FileNotFoundException() public méthode

public FileNotFoundException ( string message ) : Anything.Utils
message string
Résultat Anything.Utils