System.Xml.Serialization.XmlReflectionImporter.CreateReflectionException C# (CSharp) Метод

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

private CreateReflectionException ( string context, Exception e ) : Exception
context string
e System.Exception
Результат System.Exception
        private Exception CreateReflectionException(string context, Exception e)
        {
            return new InvalidOperationException(SR.Format(SR.XmlReflectionError, context), e);
        }