5 references to Message
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1276
throw new InvalidOperationException(string.Format(ResXml.XmlSerializableSchemaError, typeof(IXmlSerializable).Name, args.
Message
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
582
throw new InvalidOperationException(string.Format(ResXml.XmlSerializableSchemaError, typeof(IXmlSerializable).Name, args.
Message
));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (1)
152
warning = new MetadataConversionError(string.Format(SRServiceModel.GeneralSchemaValidationError, args.
Message
));
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
62
s_warnings.Add(string.Format(ResWebServices.WsdlInstanceValidationDetails, args.
Message
, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.LinePosition.ToString(CultureInfo.InvariantCulture)));
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
179
throw new InvalidOperationException(string.Format(ResWebServices.WsdlInstanceValidationDetails, args.
Message
, args.Exception.LineNumber.ToString(CultureInfo.InvariantCulture), args.Exception.LinePosition.ToString(CultureInfo.InvariantCulture)));