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