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

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

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

Same methods

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