System.EntryPointNotFoundException.EntryPointNotFoundException C# (CSharp) Method

EntryPointNotFoundException() protected method

protected EntryPointNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
return 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