ConfigurationException.GetXmlNodeFilename(XmlNode) Método

Definição

Cuidado

This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetFilename instead

Cuidado

This class is obsolete. Use System.Configuration.ConfigurationErrorsException

Obtém o caminho para o arquivo de configuração do qual o objeto XmlNode interno foi carregado quando essa exceção de configuração foi lançada.Gets the path to the configuration file from which the internal XmlNode object was loaded when this configuration exception was thrown.

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);
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
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

O XmlNode que fez com que essa exceção ConfigurationException fosse lançada.The XmlNode that caused this ConfigurationException exception to be thrown.

Retornos

String

Um string que representa o nome de arquivo do nó.A string representing the node file name.

Atributos

Aplica-se a