59 references to ThrowHelperError
System.IdentityModel.Selectors (59)
infocard\client\System\IdentityModel\Selectors\CardSpaceException.cs (11)
19throw IDT.ThrowHelperError(new CardSpaceException(SR.GetString(SR.ClientAPIInfocardError))); 22throw IDT.ThrowHelperError(new UserCancellationException(SR.GetString(SR.ClientAPIUserCancellationError))); 25throw IDT.ThrowHelperError(new ServiceNotStartedException(SR.GetString(SR.ClientAPIServiceNotStartedError))); 28throw IDT.ThrowHelperError(new UntrustedRecipientException(SR.GetString(SR.ClientAPIUntrustedRecipientError))); 31throw IDT.ThrowHelperError(new StsCommunicationException(SR.GetString(SR.ClientStsCommunicationException))); 34throw IDT.ThrowHelperError(new IdentityValidationException(SR.GetString(SR.ClientAPIInvalidIdentity))); 37throw IDT.ThrowHelperError(new ServiceBusyException(SR.GetString(SR.ClientAPIServiceBusy))); 40throw IDT.ThrowHelperError(new PolicyValidationException(SR.GetString(SR.ClientAPIInvalidPolicy))); 43throw IDT.ThrowHelperError(new UnsupportedPolicyOptionsException(SR.GetString(SR.ClientAPIUnsupportedPolicyOptions))); 46throw IDT.ThrowHelperError(new UIInitializationException(SR.GetString(SR.ClientAPIUIInitializationFailed))); 49throw IDT.ThrowHelperError(new CardSpaceException(SR.GetString(SR.ClientAPICannotImport)));
infocard\client\System\IdentityModel\Selectors\CardSpaceSelector.cs (4)
255throw IDT.ThrowHelperError(new CardSpaceException(SR.GetString(SR.ClientAPIInfocardError))); 299throw IDT.ThrowHelperError(new CardSpaceException(SR.GetString(SR.ClientAPIInfocardError))); 328throw IDT.ThrowHelperError(new CardSpaceException(SR.GetString(SR.ClientAPIInfocardError))); 358throw IDT.ThrowHelperError(new ArgumentException(SR.GetString(SR.ClientAPIInvalidPolicy)));
infocard\client\System\IdentityModel\Selectors\CardSpaceShim.cs (1)
308throw IDT.ThrowHelperError(
infocard\client\System\IdentityModel\Selectors\CryptoHandle.cs (3)
110throw IDT.ThrowHelperError(new ObjectDisposedException(SR.GetString(SR.ClientCryptoSessionDisposed))); 160throw IDT.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.GeneralExceptionMessage))); 260throw IDT.ThrowHelperError(new ObjectDisposedException("InternalRefCountedHandle"));
infocard\client\System\IdentityModel\Selectors\InfoCardAsymmetricCrypto.cs (6)
76throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 94throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 113throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 132throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 161throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 190throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri)));
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (4)
61throw IDT.ThrowHelperError(new Win32Exception(status)); 82get { throw IDT.ThrowHelperError(new NotImplementedException()); } 145throw IDT.ThrowHelperError(new Win32Exception(status)); 203throw IDT.ThrowHelperError(new Win32Exception(status));
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (10)
72throw IDT.ThrowHelperError(new NotSupportedException()); 77throw IDT.ThrowHelperError(new NotSupportedException()); 99throw IDT.ThrowHelperError(new Win32Exception(status)); 131throw IDT.ThrowHelperError(new Win32Exception(status)); 167throw IDT.ThrowHelperError(new Win32Exception(status)); 211throw IDT.ThrowHelperError(new Win32Exception(status)); 222throw IDT.ThrowHelperError(new NotSupportedException()); 227throw IDT.ThrowHelperError(new NotSupportedException()); 232throw IDT.ThrowHelperError(new NotSupportedException()); 237throw IDT.ThrowHelperError(new NotSupportedException());
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricAlgorithm.cs (8)
85throw IDT.ThrowHelperError(new NotImplementedException()); 89throw IDT.ThrowHelperError(new NotImplementedException()); 108throw IDT.ThrowHelperError(new NotImplementedException()); 121throw IDT.ThrowHelperError(new NotImplementedException()); 126throw IDT.ThrowHelperError(new NotImplementedException()); 185throw IDT.ThrowHelperError(new Win32Exception(status)); 248throw IDT.ThrowHelperError(new Win32Exception(status)); 296throw IDT.ThrowHelperError(new Win32Exception(status));
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (10)
67throw IDT.ThrowHelperError(new NotImplementedException()); 72throw IDT.ThrowHelperError(new NotImplementedException()); 114throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 141throw IDT.ThrowHelperError(new Win32Exception(status)); 178throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 207throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 228throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 245throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 262throw IDT.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ClientUnsupportedCryptoAlgorithm, algorithmUri))); 270throw IDT.ThrowHelperError(new NotImplementedException());
infocard\client\System\IdentityModel\Selectors\NativeMethods.cs (1)
36throw IDT.ThrowHelperError(new Win32Exception(
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (1)
714throw ThrowHelperError(new InfoCardArgumentException(message));