Base:
property
Message
System.Exception.Message
1 override of Message
System.Configuration (1)
System\Configuration\ConfigurationErrorsException.cs (1)
243public override string Message {
7 references to Message
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (2)
1563throw new ConfigurationErrorsException(e.Message, reader); // give it some info 1711ce = new ConfigurationErrorsException(ce.Message, reader);
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Scripts.cs (1)
207allErrors.Add(compiler.CreateError(lastScript.EndLineInfo, /*[XT_041]*/Res.Xslt_ScriptCompileException, e.Message));
System.Web (2)
Configuration\HealthMonitoringSectionHelper.cs (1)
557throw new ConfigurationErrorsException(e.Message, providerSettings.ElementInformation.Properties["type"].Source,
ErrorFormatter.cs (1)
476sb.Append(configurationError.Message);
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
754error.AppendLine(ce.Message); 1352error.AppendLine(ce.Message);