C# Class System.Configuration.ConfigurationErrorsException

Inheritance: ConfigurationException
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AlwaysSafeFilename string
ConfigurationErrorsException System.Configuration.Internal
ConfigurationErrorsException System.Configuration.Internal
ConfigurationErrorsException System.Configuration.Internal
ConfigurationErrorsException System.Configuration.Internal
ConfigurationErrorsException System.Configuration.Internal
FullPathWithAssert string
GetBareMessage string
GetConfigErrorInfoLineNumber int
GetFirstException ConfigurationException
GetInnerException System.Exception
GetLineNumber int
GetObjectData void
GetUnsafeConfigErrorInfoFilename string
GetUnsafeFilename string
GetUnsafeFilename string
GetUnsafeFilename string
Init void
SafeFilename string

Public Methods

Method Description
ConfigurationErrorsException ( ) : System.Configuration.Internal
ConfigurationErrorsException ( string message ) : System.Configuration.Internal
ConfigurationErrorsException ( string message, Exception inner ) : System.Configuration.Internal
ConfigurationErrorsException ( string message, Exception inner, XmlNode node ) : System.Configuration.Internal
ConfigurationErrorsException ( string message, Exception inner, XmlReader reader ) : System.Configuration.Internal
ConfigurationErrorsException ( string message, Exception inner, string filename, int line ) : System.Configuration.Internal
ConfigurationErrorsException ( string message, XmlNode node ) : System.Configuration.Internal
ConfigurationErrorsException ( string message, XmlReader reader ) : System.Configuration.Internal
ConfigurationErrorsException ( string message, string filename, int line ) : System.Configuration.Internal
GetFilename ( XmlNode node ) : string
GetFilename ( XmlReader reader ) : string
GetLineNumber ( XmlNode node ) : int
GetLineNumber ( XmlReader reader ) : int

Protected Methods

Method Description
ConfigurationErrorsException ( SerializationInfo info, StreamingContext context ) : System.Configuration.Internal

Private Methods

Method Description
AlwaysSafeFilename ( string filename ) : string
ConfigurationErrorsException ( ArrayList coll ) : System.Configuration.Internal
ConfigurationErrorsException ( ConfigurationException e ) : System.Configuration.Internal
ConfigurationErrorsException ( ICollection coll ) : System.Configuration.Internal
ConfigurationErrorsException ( string message, Exception inner, IConfigErrorInfo errorInfo ) : System.Configuration.Internal
ConfigurationErrorsException ( string message, IConfigErrorInfo errorInfo ) : System.Configuration.Internal
FullPathWithAssert ( string filename ) : string
GetBareMessage ( ConfigurationException e ) : string
GetConfigErrorInfoLineNumber ( IConfigErrorInfo errorInfo ) : int
GetFirstException ( ICollection coll ) : ConfigurationException
GetInnerException ( ConfigurationException e ) : Exception
GetLineNumber ( ConfigurationException e ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetUnsafeConfigErrorInfoFilename ( IConfigErrorInfo errorInfo ) : string
GetUnsafeFilename ( ConfigurationException e ) : string
GetUnsafeFilename ( XmlNode node ) : string
GetUnsafeFilename ( XmlReader reader ) : string
Init ( string filename, int line ) : void
SafeFilename ( string filename ) : string

Method Details

ConfigurationErrorsException() public method

public ConfigurationErrorsException ( ) : System.Configuration.Internal
return System.Configuration.Internal

ConfigurationErrorsException() protected method

protected ConfigurationErrorsException ( SerializationInfo info, StreamingContext context ) : System.Configuration.Internal
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Configuration.Internal

ConfigurationErrorsException() public method

public ConfigurationErrorsException ( string message ) : System.Configuration.Internal
message string
return System.Configuration.Internal

ConfigurationErrorsException() public method

public ConfigurationErrorsException ( string message, Exception inner ) : System.Configuration.Internal
message string
inner System.Exception
return System.Configuration.Internal

ConfigurationErrorsException() public method

public ConfigurationErrorsException ( string message, Exception inner, XmlNode node ) : System.Configuration.Internal
message string
inner System.Exception
node System.Xml.XmlNode
return System.Configuration.Internal

ConfigurationErrorsException() public method

public ConfigurationErrorsException ( string message, Exception inner, XmlReader reader ) : System.Configuration.Internal
message string
inner System.Exception
reader XmlReader
return System.Configuration.Internal

ConfigurationErrorsException() public method

public ConfigurationErrorsException ( string message, Exception inner, string filename, int line ) : System.Configuration.Internal
message string
inner System.Exception
filename string
line int
return System.Configuration.Internal

ConfigurationErrorsException() public method

public ConfigurationErrorsException ( string message, XmlNode node ) : System.Configuration.Internal
message string
node System.Xml.XmlNode
return System.Configuration.Internal

ConfigurationErrorsException() public method

public ConfigurationErrorsException ( string message, XmlReader reader ) : System.Configuration.Internal
message string
reader XmlReader
return System.Configuration.Internal

ConfigurationErrorsException() public method

public ConfigurationErrorsException ( string message, string filename, int line ) : System.Configuration.Internal
message string
filename string
line int
return System.Configuration.Internal

GetFilename() public static method

public static GetFilename ( XmlNode node ) : string
node System.Xml.XmlNode
return string

GetFilename() public static method

public static GetFilename ( XmlReader reader ) : string
reader XmlReader
return string

GetLineNumber() public static method

public static GetLineNumber ( XmlNode node ) : int
node System.Xml.XmlNode
return int

GetLineNumber() public static method

public static GetLineNumber ( XmlReader reader ) : int
reader XmlReader
return int