Constructors
-
Bad
Image Initializes a new instance of the BadImageFormatException class.Format Exception() -
Bad
Image Initializes a new instance of the BadImageFormatException class with serialized data.Format Exception(Serialization Info, Streaming Context) -
Bad
Image Initializes a new instance of the BadImageFormatException class with a specified error message.Format Exception(String) -
Bad
Image Initializes a new instance of the BadImageFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.Format Exception(String, Exception) -
Bad
Image Initializes a new instance of the BadImageFormatException class with a specified error message and file name.Format Exception(String, String) -
Bad
Image Initializes a new instance of the BadImageFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.Format Exception(String, String, Exception)
Methods
-
Get
Object Sets the SerializationInfo object with the file name, assembly cache log, and additional exception information.Data(Serialization Info, Streaming Context) -
To
String() Returns the fully qualified name of this exception and possibly the error message, the name of the inner exception, and the stack trace.