1 write to exceptionMessage
System.ServiceModel (1)
System\ServiceModel\Channels\WsrmFault.cs (1)
36
this.
exceptionMessage
= exceptionMessage;
4 references to exceptionMessage
System.ServiceModel (4)
System\ServiceModel\Channels\WsrmFault.cs (4)
105
if (this.
exceptionMessage
== null)
110
message = this.
exceptionMessage
;
159
if (this.
exceptionMessage
== null)
164
return this.
exceptionMessage
;