C# Class System.BadImageFormatException

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

BadImageFormatException() public méthode

public BadImageFormatException ( ) : System
Résultat System

BadImageFormatException() protected méthode

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

BadImageFormatException() public méthode

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

BadImageFormatException() public méthode

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

BadImageFormatException() public méthode

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

BadImageFormatException() public méthode

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

ToString() public méthode

public ToString ( ) : String
Résultat String