Base:
property
Message
System.Exception.Message
21 references to Message
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3581EdmSchemaError error = new EdmSchemaError(Strings.Mapping_InvalidMappingSchema_validation(args.Exception.Message)
System.ServiceModel (1)
System\ServiceModel\Description\SchemaHelper.cs (1)
147warning = new MetadataConversionError(SR.GetString(SR.SchemaValidationError, ex.SourceUri, ex.LineNumber, ex.LinePosition, ex.Message));
System.Web (5)
Compilation\AssemblyBuilder.cs (1)
488throw new HttpParseException(e.Message, null /*innerException*/,
Configuration\BrowserCapabilitiesCodeGenerator.cs (4)
491throw new HttpParseException(e.Message, null /*innerException*/, virtualDir + "/" + NoPathFileName(fileName), null /*sourceCode*/, e.LineNumber); 494throw new HttpParseException(e.Message, null /*innerException*/, fileName, null /*sourceCode*/, e.LineNumber); 600throw new HttpParseException(e.Message, null /*innerException*/, virtualDir + "/" + NoPathFileName(fileName), null /*sourceCode*/, e.LineNumber); 603throw new HttpParseException(e.Message, null /*innerException*/, fileName, null /*sourceCode*/, e.LineNumber);
System.Web.Extensions (3)
Compilation\WCFModel\MapFileLoader.cs (1)
271schemaException.Message,
Compilation\WCFModel\ProxyGenerationError.cs (2)
115m_Message = errorException.Message; 133m_Message = errorException.Message;
System.Xml (11)
System\Xml\Schema\Preprocessor.cs (1)
346SendValidationEvent(Res.Sch_CannotLoadSchemaLocation, schemaLocation, e.Message, e.SourceUri, e.LineNumber, e.LinePosition);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
207SendValidationEventNoThrow(new XmlSchemaException(Res.Sch_CannotLoadSchema, new string[] {schemaLocation, e.Message}, e.SourceUri, e.LineNumber, e.LinePosition), XmlSeverityType.Error);
System\Xml\Schema\ValidationEventArgs.cs (1)
44get { return ex.Message;}
System\Xml\Schema\XdrValidator.cs (1)
293SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Error);
System\Xml\Schema\XmlSchemaValidator.cs (2)
319SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {schema.BaseUri.ToString(), e.Message},e); 1561SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, e);
System\Xml\Schema\XsdBuilder.cs (1)
724SendValidationEvent(Res.Sch_InvalidXsdAttributeDatatypeValue, new string[] {name, e.Message},XmlSeverityType.Error);
System\Xml\Schema\XsdValidator.cs (2)
146SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {BaseUri.AbsoluteUri, e.Message}, XmlSeverityType.Error); 506SendValidationEvent(Res.Sch_CannotLoadSchema, new string[] {uri, e.Message}, XmlSeverityType.Error);
System\Xml\Serialization\XmlSchemas.cs (2)
340throw CreateValidationException(e, e.Message); 656throw CreateValidationException(e, e.Message);