C# Class System.IO.FileLoadException

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

Méthodes publiques

Méthode Description
FileLoadException ( ) : System
FileLoadException ( String message ) : System
FileLoadException ( String message, Exception inner ) : System
FileLoadException ( String message, String fileName ) : System
FileLoadException ( String message, String fileName, Exception inner ) : System
ToString ( ) : String

Méthodes protégées

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

Private Methods

Méthode Description
FileLoadException ( String fileName, String fusionLog, int hResult ) : System
FormatFileLoadExceptionMessage ( String fileName, int hResult ) : String
GetFileLoadExceptionMessage ( int hResult ) : String
GetMessageForHR ( int hresult ) : String
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetMessageField ( ) : void

Method Details

FileLoadException() public méthode

public FileLoadException ( ) : System
Résultat System

FileLoadException() protected méthode

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

FileLoadException() public méthode

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

FileLoadException() public méthode

public FileLoadException ( String message, Exception inner ) : System
message String
inner System.Exception
Résultat System

FileLoadException() public méthode

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

FileLoadException() public méthode

public FileLoadException ( String message, String fileName, Exception inner ) : System
message String
fileName String
inner System.Exception
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String