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
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
Um string que representa o nome de arquivo do nó.A string representing the node file name.
- Atributos