System.Runtime.CompilerServices.RuntimeWrappedException.RuntimeWrappedException C# (CSharp) Метод

RuntimeWrappedException() приватный Метод

private RuntimeWrappedException ( Object thrownObject ) : System
thrownObject Object
Результат System
        private RuntimeWrappedException(Object thrownObject)
            : base(Environment.GetResourceString("RuntimeWrappedException")) {
            SetErrorCode(System.__HResults.COR_E_RUNTIMEWRAPPED);
            m_wrappedException = thrownObject;
        }
    

Same methods

RuntimeWrappedException::RuntimeWrappedException ( SerializationInfo info, StreamingContext context ) : System