BadImageFormatException

BadImageFormatException typedef

The exception that is thrown when the file image of a dynamic link library (DLL) or an executable program is invalid. Never wrap the BadImageFormatException class instances into System::SmartPtr.

using System::BadImageFormatException = typedef System::ExceptionWrapper<Details_BadImageFormatException>

See Also