Base:
13 references to Message
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\BootstrapperBuilder.cs (1)
859Debug.Fail("Failed to load document '" + filePath + "' due to the following exception:\r\n" + ex.Message);
Microsoft.DotNet.XliffTasks (1)
Tasks\TranslateSource.cs (1)
30Log.LogErrorInFile(XlfFile.ItemSpec, validationError.LineNumber, validationError.Message);
System.Private.Xml (11)
System\Xml\Schema\Preprocessor.cs (1)
395SendValidationEvent(SR.Sch_CannotLoadSchemaLocation, schemaLocation, e.Message, e.SourceUri, e.LineNumber, e.LinePosition);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
237SendValidationEventNoThrow(new XmlSchemaException(SR.Sch_CannotLoadSchema, new string[] { schemaLocation, e.Message }, e.SourceUri, e.LineNumber, e.LinePosition), XmlSeverityType.Error);
System\Xml\Schema\ValidationEventArgs.cs (1)
42get { return _ex.Message; }
System\Xml\Schema\XdrValidator.cs (1)
356SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.Error);
System\Xml\Schema\XmlSchemaValidator.cs (2)
347SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { schema.BaseUri!.ToString(), e.Message }, e); 1862SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, e);
System\Xml\Schema\XsdBuilder.cs (1)
741SendValidationEvent(SR.Sch_InvalidXsdAttributeDatatypeValue, new string[] { name, e.Message }, XmlSeverityType.Error);
System\Xml\Schema\XsdValidator.cs (2)
164SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { BaseUri!.AbsoluteUri, e.Message }, XmlSeverityType.Error); 604SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.Error);
System\Xml\Serialization\XmlSchemas.cs (2)
292throw CreateValidationException(e, e.Message); 684throw CreateValidationException(e, e.Message);