System.EntryPointNotFoundException.EntryPointNotFoundException C# (CSharp) Method

EntryPointNotFoundException() public method

public EntryPointNotFoundException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
return System.Runtime.InteropServices
        public EntryPointNotFoundException(string message, Exception inner) : base(message, inner)
        {
            base.SetErrorCode(-2146233053);
        }
    }

Same methods

EntryPointNotFoundException::EntryPointNotFoundException ( ) : System.Runtime.InteropServices
EntryPointNotFoundException::EntryPointNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
EntryPointNotFoundException::EntryPointNotFoundException ( string message ) : System.Runtime.InteropServices
EntryPointNotFoundException