System.Xml.Serialization.XmlSerializationReader.CreateAbstractTypeException C# (CSharp) Method

CreateAbstractTypeException() protected method

protected CreateAbstractTypeException ( string name, string ns ) : Exception
name string
ns string
return Exception
        protected Exception CreateAbstractTypeException(string name, string ns)
        {
            return new InvalidOperationException(SR.Format(SR.XmlAbstractType, name, ns, CurrentTag()));
        }