C# Class FileNotFoundException, Anything

Inheritance: IOException, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception
Exibir arquivo Open project: EYHN/Anything Class Usage Examples

Public Methods

Method 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 method

public FileNotFoundException ( FileHandle, fileHandle ) : Anything.Utils
fileHandle FileHandle,
return Anything.Utils

FileNotFoundException() public method

public FileNotFoundException ( FileHandle, fileHandle, string message ) : Anything.Utils
fileHandle FileHandle,
message string
return Anything.Utils

FileNotFoundException() public method

public FileNotFoundException ( Url, uri ) : Anything.Utils
uri Url,
return Anything.Utils

FileNotFoundException() public method

public FileNotFoundException ( Url, uri, string message ) : Anything.Utils
uri Url,
message string
return Anything.Utils

FileNotFoundException() public method

public FileNotFoundException ( string message ) : Anything.Utils
message string
return Anything.Utils