2 writes to message
System.ServiceModel (2)
System\ServiceModel\ExceptionDetail.cs (2)
29
this.
message
= exception.Message;
57
set { this.
message
= value; }
1 reference to message
System.ServiceModel (1)
System\ServiceModel\ExceptionDetail.cs (1)
56
get { return this.
message
; }