ConfigurationException.GetXmlNodeFilename(XmlNode) Método

Definição

Cuidado

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

Cuidado

ConfigurationException has been deprecated. Use System.Configuration.ConfigurationErrorsException.GetFilename instead.

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.

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

O XmlNode que fez com que essa exceção ConfigurationException fosse lançada.

Retornos

Um string que representa o nome de arquivo do nó.

Atributos

Aplica-se a