System.EntryPointNotFoundException.EntryPointNotFoundException C# (CSharp) Méthode

EntryPointNotFoundException() public méthode

public EntryPointNotFoundException ( string message ) : System.Runtime.InteropServices
message string
Résultat 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