Base:
16 references to Message
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\BootstrapperBuilder.cs (1)
859
Debug.Fail("Failed to load document '" + filePath + "' due to the following exception:\r\n" + ex.
Message
);
Microsoft.DotNet.XliffTasks (1)
Tasks\TranslateSource.cs (1)
30
Log.LogErrorInFile(XlfFile.ItemSpec, validationError.LineNumber, validationError.
Message
);
Microsoft.DotNet.XliffTasks.Tests (1)
XlfDocumentTests.cs (1)
605
e => Assert.Equal(expected: "The element 'trans-unit' in namespace 'urn:oasis:names:tc:xliff:document:1.2' has invalid child element 'target' in namespace 'urn:oasis:names:tc:xliff:document:1.2'. List of possible elements expected: 'source' in namespace 'urn:oasis:names:tc:xliff:document:1.2'.", actual: e.
Message
)
MSBuild (2)
ProjectSchemaValidationHandler.cs (2)
156
e.
Message
);
272
args.Exception.
Message
));
System.Private.Xml (11)
System\Xml\Schema\Preprocessor.cs (1)
395
SendValidationEvent(SR.Sch_CannotLoadSchemaLocation, schemaLocation, e.
Message
, e.SourceUri, e.LineNumber, e.LinePosition);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
240
SendValidationEventNoThrow(new XmlSchemaException(SR.Sch_CannotLoadSchema, new string[] { schemaLocation, e.
Message
}, e.SourceUri, e.LineNumber, e.LinePosition), XmlSeverityType.Error);
System\Xml\Schema\ValidationEventArgs.cs (1)
42
get { return _ex.
Message
; }
System\Xml\Schema\XdrValidator.cs (1)
356
SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.
Message
}, XmlSeverityType.Error);
System\Xml\Schema\XmlSchemaValidator.cs (2)
347
SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { schema.BaseUri!.ToString(), e.
Message
}, e);
1857
SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.
Message
}, e);
System\Xml\Schema\XsdBuilder.cs (1)
741
SendValidationEvent(SR.Sch_InvalidXsdAttributeDatatypeValue, new string[] { name, e.
Message
}, XmlSeverityType.Error);
System\Xml\Schema\XsdValidator.cs (2)
164
SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { BaseUri!.AbsoluteUri, e.
Message
}, XmlSeverityType.Error);
604
SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { uri, e.
Message
}, XmlSeverityType.Error);
System\Xml\Serialization\XmlSchemas.cs (2)
294
throw CreateValidationException(e, e.
Message
);
686
throw CreateValidationException(e, e.
Message
);