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

EntryPointNotFoundException() защищенный Метод

protected EntryPointNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Результат System.Runtime.InteropServices
        protected EntryPointNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }

Same methods

EntryPointNotFoundException::EntryPointNotFoundException ( ) : System.Runtime.InteropServices
EntryPointNotFoundException::EntryPointNotFoundException ( string message ) : System.Runtime.InteropServices
EntryPointNotFoundException::EntryPointNotFoundException ( string message, Exception inner ) : System.Runtime.InteropServices
EntryPointNotFoundException