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