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