2 instantiations of ExceptionMapper
System.ServiceModel (2)
System\ServiceModel\Description\ServiceCredentials.cs (1)
45this.exceptionMapper = new ExceptionMapper();
System\ServiceModel\Security\WsSecurityTokenSerializerAdapter.cs (1)
31ExceptionMapper _exceptionMapper = new ExceptionMapper();
20 references to ExceptionMapper
System.ServiceModel (20)
System\ServiceModel\Description\ServiceCredentials.cs (2)
34ExceptionMapper exceptionMapper; 127public ExceptionMapper ExceptionMapper
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (2)
34ExceptionMapper _exceptionMapper; 83public ExceptionMapper ExceptionMapper
System\ServiceModel\Security\SecurityTokenAuthenticatorAdapter.cs (2)
20ExceptionMapper _exceptionMapper; 22public SecurityTokenAuthenticatorAdapter(SecurityTokenHandler securityTokenHandler, ExceptionMapper exceptionMapper)
System\ServiceModel\Security\WrappedRsaSecurityTokenAuthenticator.cs (2)
22ExceptionMapper _exceptionMapper; 31ExceptionMapper exceptionMapper )
System\ServiceModel\Security\WrappedSaml11SecurityTokenAuthenticator.cs (2)
22ExceptionMapper _exceptionMapper; 31ExceptionMapper exceptionMapper )
System\ServiceModel\Security\WrappedSaml2SecurityTokenAuthenticator.cs (2)
22ExceptionMapper _exceptionMapper; 31ExceptionMapper exceptionMapper )
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (2)
38ExceptionMapper _exceptionMapper; 50ExceptionMapper exceptionMapper )
System\ServiceModel\Security\WrappedUserNameSecurityTokenAuthenticator.cs (2)
22ExceptionMapper _exceptionMapper; 31ExceptionMapper exceptionMapper )
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (2)
21ExceptionMapper _exceptionMapper; 30ExceptionMapper exceptionMapper )
System\ServiceModel\Security\WsSecurityTokenSerializerAdapter.cs (2)
31ExceptionMapper _exceptionMapper = new ExceptionMapper(); 131public ExceptionMapper ExceptionMapper