System.Configuration.ConfigurationErrorsException.GetUnsafeFilename C# (CSharp) Метод

GetUnsafeFilename() приватный Метод

private GetUnsafeFilename ( ConfigurationException e ) : string
e ConfigurationException
Результат string
        static private string GetUnsafeFilename(ConfigurationException e) {
            if (e != null) {
                return e.Filename;
            }

            return null;
        }

Same methods

ConfigurationErrorsException::GetUnsafeFilename ( XmlNode node ) : string
ConfigurationErrorsException::GetUnsafeFilename ( XmlReader reader ) : string