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

ConfigurationErrorsException() публичный Метод

public ConfigurationErrorsException ( string message, XmlReader reader ) : System.Configuration.Internal
message string
reader XmlReader
Результат System.Configuration.Internal
        public ConfigurationErrorsException(string message, XmlReader reader) : 
                this(message, null, GetUnsafeFilename(reader), GetLineNumber(reader)) {}

Same methods

ConfigurationErrorsException::ConfigurationErrorsException ( ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( ArrayList coll ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( ConfigurationException e ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( ICollection coll ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( SerializationInfo info, StreamingContext context ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( string message ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( string message, Exception inner ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( string message, Exception inner, IConfigErrorInfo errorInfo ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( string message, Exception inner, XmlNode node ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( string message, Exception inner, XmlReader reader ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( string message, Exception inner, string filename, int line ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( string message, IConfigErrorInfo errorInfo ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( string message, XmlNode node ) : System.Configuration.Internal
ConfigurationErrorsException::ConfigurationErrorsException ( string message, string filename, int line ) : System.Configuration.Internal