6 references to Message
System.ServiceModel (5)
System\ServiceModel\Description\MetadataConversionError.cs (2)
31
return otherError.IsWarning == this.IsWarning && otherError.
Message
== this.
Message
;
System\ServiceModel\Description\MetadataResolver.cs (1)
272
{ "Message", error.
Message
}
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
545
{ "Message", error.
Message
}
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
2955
importer.Errors.Add(new MetadataConversionError(SR.GetString(SR.ErrorImportingIssuerMetadata, mexAddress, InsertEllipsisIfTooLong(error.
Message
)), error.IsWarning));
System.Web.Extensions (1)
Compilation\WCFModel\ProxyGenerationError.cs (1)
46
m_Message = errorMessage.
Message
;