ConfigurationException.GetXmlNodeFilename(XmlNode) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetFilename instead
Precaución
ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException.GetFilename instead.
Obtiene la ruta de acceso al archivo de configuración desde el que se estaba cargando el objeto XmlNode interno al producirse esta excepción de configuración.
public:
static System::String ^ GetXmlNodeFilename(System::Xml::XmlNode ^ node);
[System.Obsolete("This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetFilename instead")]
public static string GetXmlNodeFilename (System.Xml.XmlNode node);
[System.Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException.GetFilename instead.")]
public static string GetXmlNodeFilename (System.Xml.XmlNode node);
public static string GetXmlNodeFilename (System.Xml.XmlNode node);
[<System.Obsolete("This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetFilename instead")>]
static member GetXmlNodeFilename : System.Xml.XmlNode -> string
[<System.Obsolete("ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException.GetFilename instead.")>]
static member GetXmlNodeFilename : System.Xml.XmlNode -> string
static member GetXmlNodeFilename : System.Xml.XmlNode -> string
Public Shared Function GetXmlNodeFilename (node As XmlNode) As String
Parámetros
- node
- XmlNode
Objeto XmlNode que ha hecho que se produzca esta excepción ConfigurationException.
Devoluciones
string
que representa el nombre de archivo del nodo.
- Atributos