7 references to Message
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
335AddError(ErrorCode.XmlError, severity, e.Exception.LineNumber, e.Exception.LinePosition, e.Message);
System.ServiceModel (1)
System\ServiceModel\Description\SchemaHelper.cs (1)
151warning = new MetadataConversionError(SR.GetString(SR.GeneralSchemaValidationError, args.Message));
System.Web.Services (3)
System\Web\Services\Description\SchemaCompiler.cs (1)
159Warnings.Add(Res.GetString(args.Severity == XmlSeverityType.Error ? Res.SchemaValidationError : Res.SchemaValidationWarning, WarningDetails(args.Exception, args.Message)));
System\Web\Services\Description\ServiceDescription.cs (1)
62warnings.Add(Res.GetString(Res.WsdlInstanceValidationDetails, args.Message, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.LinePosition.ToString(CultureInfo.InvariantCulture)));
System\Web\Services\Description\WebReferenceOptions.cs (1)
158throw new InvalidOperationException(Res.GetString(Res.WsdlInstanceValidationDetails, args.Message, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.LinePosition.ToString(CultureInfo.InvariantCulture)));
System.Xml (2)
System\Xml\Serialization\Mappings.cs (1)
1071throw new InvalidOperationException(Res.GetString(Res.XmlSerializableSchemaError, typeof(IXmlSerializable).Name, args.Message));
System\Xml\Serialization\XmlReflectionImporter.cs (1)
513throw new InvalidOperationException(Res.GetString(Res.XmlSerializableSchemaError, typeof(IXmlSerializable).Name, args.Message));