C# Class System.IO.FileNotFoundException

Inheritance: IOException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
FileNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

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

Method Details

FileNotFoundException() public méthode

public FileNotFoundException ( ) : System
Résultat System

FileNotFoundException() protected méthode

protected FileNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

FileNotFoundException() public méthode

public FileNotFoundException ( String message ) : System
message String
Résultat System

FileNotFoundException() public méthode

public FileNotFoundException ( String message, Exception innerException ) : System
message String
innerException Exception
Résultat System

FileNotFoundException() public méthode

public FileNotFoundException ( String message, String fileName ) : System
message String
fileName String
Résultat System

FileNotFoundException() public méthode

public FileNotFoundException ( String message, String fileName, Exception innerException ) : System
message String
fileName String
innerException Exception
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String