System.BadImageFormatException.BadImageFormatException C# (CSharp) Method

BadImageFormatException() public method

public BadImageFormatException ( String message, String fileName, Exception inner ) : System
message String
fileName String
inner Exception
return System
        public BadImageFormatException(String message, String fileName, Exception inner) 
            : base(message, inner) {
            SetErrorCode(__HResults.COR_E_BADIMAGEFORMAT);
            _fileName = fileName;
        }

Same methods

BadImageFormatException::BadImageFormatException ( ) : System
BadImageFormatException::BadImageFormatException ( SerializationInfo info, StreamingContext context ) : System
BadImageFormatException::BadImageFormatException ( String message ) : System
BadImageFormatException::BadImageFormatException ( String message, Exception inner ) : System
BadImageFormatException::BadImageFormatException ( String message, String fileName ) : System
BadImageFormatException::BadImageFormatException ( String fileName, String fusionLog, int hResult ) : System