C# Class System.IO.FileNotFoundException

Inheritance: IOException
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
FileNotFoundException ( ) : System
FileNotFoundException ( String message ) : System
FileNotFoundException ( String message, Exception innerException ) : System
FileNotFoundException ( String message, String fileName ) : System
FileNotFoundException ( String message, String fileName, Exception innerException ) : System
ToString ( ) : String

Protected Methods

Method Description
FileNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
FileNotFoundException ( String fileName, String fusionLog, int hResult ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetMessageField ( ) : void

Method Details

FileNotFoundException() public method

public FileNotFoundException ( ) : System
return System

FileNotFoundException() protected method

protected FileNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

FileNotFoundException() public method

public FileNotFoundException ( String message ) : System
message String
return System

FileNotFoundException() public method

public FileNotFoundException ( String message, Exception innerException ) : System
message String
innerException Exception
return System

FileNotFoundException() public method

public FileNotFoundException ( String message, String fileName ) : System
message String
fileName String
return System

FileNotFoundException() public method

public FileNotFoundException ( String message, String fileName, Exception innerException ) : System
message String
fileName String
innerException Exception
return System

ToString() public method

public ToString ( ) : String
return String