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