Base:
12 references to Message
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
2087SendValidationEvent(ResXml.Sch_InvalidIdAttribute, new string[] { ex.Message }, ex, xso); 2149SendValidationEvent(ResXml.Sch_InvalidAttribute, new string[] { attributeName, ex.Message }, ex, xso);
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (1)
541SendValidationEvent(ResXml.Sch_CannotLoadSchema, new string[] { uri, e.Message }, XmlSeverityType.Warning);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
702throw new FormatException(e.Message); 719throw new FormatException(e.Message);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlExceptionHelper.cs (1)
43string s = exception.Message;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
473return string.Format(SRServiceModel.MessageBodyToStringError, e.GetType().ToString(), e.Message);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
276throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(e.Message, "name"));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
144string.Format(SRServiceModel.SFxErrorDeserializingReplyBodyMore, _operationName, xe.Message), xe)); 207string.Format(SRServiceModel.SFxErrorDeserializingRequestBodyMore, _operationName, xe.Message),
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
395string.Format(SRServiceModel.SFxErrorDeserializingReplyBodyMore, _operation.Name, xe.Message), xe)); 435string.Format(SRServiceModel.SFxErrorDeserializingRequestBodyMore, _operation.Name, xe.Message),