C# Класс System.BadImageFormatException

Наследование: SystemException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
BadImageFormatException ( SerializationInfo info, StreamingContext context ) : System

Приватные методы

Метод Описание
BadImageFormatException ( String fileName, String fusionLog, int hResult ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetMessageField ( ) : void

Описание методов

BadImageFormatException() публичный метод

public BadImageFormatException ( ) : System
Результат System

BadImageFormatException() защищенный метод

protected BadImageFormatException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

BadImageFormatException() публичный метод

public BadImageFormatException ( String message ) : System
message String
Результат System

BadImageFormatException() публичный метод

public BadImageFormatException ( String message, Exception inner ) : System
message String
inner Exception
Результат System

BadImageFormatException() публичный метод

public BadImageFormatException ( String message, String fileName ) : System
message String
fileName String
Результат System

BadImageFormatException() публичный метод

public BadImageFormatException ( String message, String fileName, Exception inner ) : System
message String
fileName String
inner Exception
Результат System

ToString() публичный метод

public ToString ( ) : String
Результат String