3 writes to exceptionMapper
System.ServiceModel (3)
System\ServiceModel\Description\ServiceCredentials.cs (3)
45this.exceptionMapper = new ExceptionMapper(); 64this.exceptionMapper = other.exceptionMapper; 140this.exceptionMapper = value;
2 references to exceptionMapper
System.ServiceModel (2)
System\ServiceModel\Description\ServiceCredentials.cs (2)
64this.exceptionMapper = other.exceptionMapper; 131return this.exceptionMapper;