Name

ConfigurationException — System.Configuration (system.dll) serializable  class 

Synopsis

public class ConfigurationException : SystemException {
// Public Constructors
   public ConfigurationException( );  
   public ConfigurationException( string message);  
   public ConfigurationException( string message, Exception inner);  
   public ConfigurationException( string message, Exception inner, string filename, int line);  
   public ConfigurationException( string message, Exception inner, System.Xml.XmlNode node);  
   public ConfigurationException( string message, string filename, int line);  
   public ConfigurationException( string message, System.Xml.XmlNode node);  
// Protected Constructors
   protected ConfigurationException( System.Runtime.Serialization.SerializationInfo info, 
        System.Runtime.Serialization.StreamingContext context);  
// Public Instance Properties
   public string BareMessage{get; } 
   public string Filename{get; } 
   public int Line{get; } 
   public override string Message{get; }                              // overrides Exception
                        // Public Static Methods
   public static string GetXmlNodeFilename( System.Xml.XmlNode node);  
   public static int GetXmlNodeLineNumber( System.Xml.XmlNode node);  
// Public Instance Methods
   public override void GetObjectData( System.Runtime.Serialization.SerializationInfo info, 
       System.Runtime.Serialization.StreamingContext context);    // overrides Exception
}

This exception indicates that a problem was encountered in the Configuration system.

Hierarchy

System.ObjectSystem.Exception(System.Runtime.Serialization.ISerializable) ...

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.