2 writes to _type
System.ServiceModel.Primitives (2)
System\ServiceModel\ExceptionDetail.cs (2)
27
_type
= exception.GetType().ToString();
51
set {
_type
= value; }
1 reference to _type
System.ServiceModel.Primitives (1)
System\ServiceModel\ExceptionDetail.cs (1)
50
get { return
_type
; }