System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException C# (CSharp) Method

CreateUnknownTypeException() protected method

protected CreateUnknownTypeException ( object o ) : Exception
o object
return System.Exception
        protected Exception CreateUnknownTypeException(object o)
        {
            return CreateUnknownTypeException(o.GetType());
        }

Same methods

XmlSerializationWriter::CreateUnknownTypeException ( Type type ) : Exception