2 writes to type
System.ServiceModel (2)
System\ServiceModel\ExceptionDetail.cs (2)
31this.type = exception.GetType().ToString(); 71set { this.type = value; }
1 reference to type
System.ServiceModel (1)
System\ServiceModel\ExceptionDetail.cs (1)
70get { return this.type; }