X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Freferencesource%2FSystem.ServiceModel%2FSystem%2FServiceModel%2FChannels%2FOneWayChannelFactory.cs;h=f45463a33201d311f1c3f4e3da15e95d2ccd6354;hb=215901f51bf00e9d1e58cada05033aae8283e336;hp=c37698a5e7b57ff5d9467281f6ae056882a8612e;hpb=10e54be5f860d412d2ab5b193de582e232ceeb7e;p=mono.git diff --git a/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/OneWayChannelFactory.cs b/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/OneWayChannelFactory.cs index c37698a5e7b..f45463a3320 100644 --- a/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/OneWayChannelFactory.cs +++ b/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/OneWayChannelFactory.cs @@ -763,7 +763,7 @@ namespace System.ServiceModel.Channels thisPtr.CompleteOpen(result); completeSelf = thisPtr.SendMessage(); } -#pragma warning suppress 56500 // Microsoft, transferring exception to another thread +#pragma warning suppress 56500 // [....], transferring exception to another thread catch (Exception e) { if (Fx.IsFatal(e)) @@ -796,7 +796,7 @@ namespace System.ServiceModel.Channels { thisPtr.innerChannel.EndSend(result); } -#pragma warning suppress 56500 // Microsoft, transferring exception to another thread +#pragma warning suppress 56500 // [....], transferring exception to another thread catch (Exception e) { if (Fx.IsFatal(e))