System.EntryPointNotFoundException.EntryPointNotFoundException C# (CSharp) Метод

EntryPointNotFoundException() публичный Метод

public EntryPointNotFoundException ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices
        public EntryPointNotFoundException() : base(Environment.GetResourceString("Arg_EntryPointNotFoundException"))
        {
            base.SetErrorCode(-2146233053);
        }

Same methods

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