ConfigurationException.GetXmlNodeFilename(XmlNode) Método

Definición

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.

Precaución

This class is obsolete. Use System.Configuration.ConfigurationErrorsException

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.ConfigurationErrorsException")]
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
[<System.Obsolete("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")>]
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

string que representa el nombre de archivo del nodo.

Atributos

Se aplica a