6 writes to action
System.ServiceModel (6)
System\ServiceModel\FaultException.cs (6)
70
this.
action
= action;
78
this.
action
= action;
86
this.
action
= action;
94
this.
action
= action;
117
this.
action
= action;
126
this.
action
= (string)info.GetString("action");
2 references to action
System.ServiceModel (2)
System\ServiceModel\FaultException.cs (2)
131
get { return this.
action
; }
227
info.AddValue("action", this.
action
);