System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException C# (CSharp) Méthode

CreateUnknownTypeException() protected méthode

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

Same methods

XmlSerializationWriter::CreateUnknownTypeException ( Type type ) : Exception