System.MethodAccessException.MethodAccessException C# (CSharp) Method

MethodAccessException() protected method

protected MethodAccessException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
return System.Runtime.InteropServices
        protected MethodAccessException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }

Same methods

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