Base:
12 references to Message
Contract.XmlSerializer.IntegrationTests (1)
XmlSerializerFormatTest.4.0.0.cs (1)
59Assert.Equal(errorMessage, e.Message);
dotnet-svcutil.xmlserializer.IntegrationTests (1)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.4.0.0.cs (1)
59Assert.Equal(errorMessage, e.Message);
System.ServiceModel.Primitives (1)
System\ServiceModel\FaultException.cs (1)
425return SRP.Format(SRP.SFxFaultExceptionToString3, GetType(), Message, Detail != null ? Detail.ToString() : string.Empty);
System.ServiceModel.Primitives.Tests (9)
ServiceModel\FaultExceptionTest.cs (9)
74Assert.Equal("The creator of this fault did not specify a Reason.", faultException.Message); 114Assert.Equal(reason.ToString(), exception.Message); 122Assert.False(string.IsNullOrEmpty(exception.Message)); 138Assert.Equal(reason, exception.Message); 147Assert.Equal(string.Empty, exception.Message); 164Assert.Equal(reason, exception.Message); 172Assert.False(string.IsNullOrEmpty(exception.Message)); 193Assert.Equal(reason, exception.Message); 204Assert.Equal(string.Empty, exception.Message);