C# Class System.BadImageFormatException

Inheritance: SystemException
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

BadImageFormatException() public method

public BadImageFormatException ( ) : System
return System

BadImageFormatException() protected method

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

BadImageFormatException() public method

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

BadImageFormatException() public method

public BadImageFormatException ( String message, Exception inner ) : System
message String
inner Exception
return System

BadImageFormatException() public method

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

BadImageFormatException() public method

public BadImageFormatException ( String message, String fileName, Exception inner ) : System
message String
fileName String
inner Exception
return System

ToString() public method

public ToString ( ) : String
return String