Base:
property
Message
System.Exception.Message
37 references to Message
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlParser.cs (1)
229newMessage = xmlEx.Message;
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
428RethrowAsParseException(e.Message, e.LineNumber, e.LinePosition, e);
PresentationFramework (2)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
269throw new COMException(xmlException.Message, (int)FilterErrorCode.FILTER_E_UNKNOWNFORMAT);
src\Framework\System\Windows\Markup\XamlReader.cs (1)
438return new XamlParseException(xe.Message, xe.LineNumber, xe.LinePosition, baseUri, baseException);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
147errorInfo = new XamlLoadErrorInfo(xmlEx.Message, xmlEx.LineNumber, xmlEx.LinePosition);
System.Configuration (1)
System\Configuration\ExceptionUtil.cs (1)
78return new ConfigurationErrorsException(xe.Message, xe, filename, line);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
147errorInfo = new XamlLoadErrorInfo(xmlEx.Message, xmlEx.LineNumber, xmlEx.LinePosition);
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
218EdmSchemaError error = new EdmSchemaError(Strings.Mapping_InvalidMappingSchema_Parsing(xmlException.Message)
System.Data.Services (2)
System\Data\Services\Serializers\SyndicationDeserializer.cs (2)
147throw DataServiceException.CreateBadRequestError(Strings.Syndication_ErrorReadingFeed(exception.Message), exception); 169throw DataServiceException.CreateBadRequestError(Strings.Syndication_ErrorReadingEntry(exception.Message), exception);
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\Compiler.cs (3)
196errorHelper.ReportError(/*[XT_042]*/e.Message, null); 210errorHelper.ReportError(/*[XT_043]*/e.Message, null); 226errorHelper.ReportError(/*[XT_044]*/e.Message, null);
System.Runtime.Serialization (1)
System\Xml\XmlExceptionHelper.cs (1)
47string s = exception.Message;
System.ServiceModel (7)
System\ServiceModel\Channels\Message.cs (1)
517return SR.GetString(SR.MessageBodyToStringError, e.GetType().ToString(), e.Message);
System\ServiceModel\Description\ServiceReflector.cs (1)
266throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(e.Message, "name"));
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
142SR.GetString(SR.SFxErrorDeserializingReplyBodyMore, this.operationName, xe.Message), xe)); 209SR.GetString(SR.SFxErrorDeserializingRequestBodyMore, this.operationName, xe.Message),
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
437SR.GetString(SR.SFxErrorDeserializingReplyBodyMore, operation.Name, xe.Message), xe)); 477SR.GetString(SR.SFxErrorDeserializingRequestBodyMore, operation.Name, xe.Message),
System\ServiceModel\Transactions\WsatRegistrationHeader.cs (1)
123throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidEnlistmentHeaderException(e.Message, e));
System.Web (6)
Compilation\AssemblyBuilder.cs (1)
484throw new HttpParseException(e.Message, null /*innerException*/,
Configuration\BrowserCapabilitiesCodeGenerator.cs (4)
483throw new HttpParseException(e.Message, null /*innerException*/, virtualDir + "/" + NoPathFileName(fileName), null /*sourceCode*/, e.LineNumber); 486throw new HttpParseException(e.Message, null /*innerException*/, fileName, null /*sourceCode*/, e.LineNumber); 592throw new HttpParseException(e.Message, null /*innerException*/, virtualDir + "/" + NoPathFileName(fileName), null /*sourceCode*/, e.LineNumber); 595throw new HttpParseException(e.Message, null /*innerException*/, fileName, null /*sourceCode*/, e.LineNumber);
XmlSiteMapProvider.cs (1)
272SR.GetString(SR.XmlSiteMapProvider_Error_loading_Config_file, _virtualPath, e.Message),
System.Web.Extensions (1)
Compilation\WCFModel\ProxyGenerationError.cs (1)
98m_Message = errorException.Message;
System.Windows.Forms (2)
winforms\Managed\System\Resources\ResXResourceReader.cs (2)
422throw new ArgumentException(SR.GetString(SR.InvalidResXFile, e.Message), e); 430throw new ArgumentException(SR.GetString(SR.InvalidResXFile, xmlEx.Message), xmlEx);
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
143throw new WorkflowMarkupSerializationException(xmlException.Message, xmlException, xmlException.LineNumber, xmlException.LinePosition);
System.Xml (5)
System\Xml\Schema\Preprocessor.cs (2)
1684SendValidationEvent(Res.Sch_InvalidIdAttribute, new string [] {ex.Message}, ex, xso); 1733SendValidationEvent(Res.Sch_InvalidAttribute, new string[] {attributeName, ex.Message}, ex, xso);
System\Xml\Schema\XdrBuilder.cs (1)
502SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Warning);
System\Xml\Schema\XmlValueConverter.cs (2)
655throw new FormatException(e.Message); 669throw new FormatException(e.Message);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (1)
626XamlBuildTaskServices.LogException(this.BuildLogger, e.Message, xamlFileName, e.LineNumber, e.LinePosition);