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

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

public EntryPointNotFoundException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
Результат 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