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