System::BadImageFormatException typedef

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 =  System::ExceptionWrapper<Details_BadImageFormatException>

See Also