198 references to ExceptionHelper
dotnet-svcutil-lib (198)
FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs (9)
28
throw
ExceptionHelper
.PlatformNotSupported();
32
throw
ExceptionHelper
.PlatformNotSupported();
96
throw
ExceptionHelper
.PlatformNotSupported();
100
throw
ExceptionHelper
.PlatformNotSupported();
174
throw
ExceptionHelper
.PlatformNotSupported();
178
throw
ExceptionHelper
.PlatformNotSupported();
185
throw
ExceptionHelper
.PlatformNotSupported();
189
throw
ExceptionHelper
.PlatformNotSupported();
193
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\Internals\InternalSR.cs (20)
32
internal static string ArgumentNullOrEmpty(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
33
internal static string AsyncEventArgsCompletedTwice(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
34
internal static string AsyncEventArgsCompletionPending(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
35
internal static string AsyncResultCompletedTwice(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
36
internal static string BufferAllocationFailed(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
37
internal static string BufferedOutputStreamQuotaExceeded(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
38
internal static string CannotConvertObject(object param0, object param1) { throw
ExceptionHelper
.PlatformNotSupported(); }
39
internal static string EtwAPIMaxStringCountExceeded(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
40
internal static string EtwMaxNumberArgumentsExceeded(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
41
internal static string EtwRegistrationFailed(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
42
internal static string FailFastMessage(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
43
internal static string IncompatibleArgumentType(object param0, object param1) { throw
ExceptionHelper
.PlatformNotSupported(); }
44
internal static string InvalidAsyncResultImplementation(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
45
internal static string LockTimeoutExceptionMessage(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
46
internal static string ShipAssertExceptionMessage(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
47
internal static string TaskTimedOutError(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
48
internal static string TimeoutInputQueueDequeue(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
49
internal static string TimeoutMustBeNonNegative(object param0, object param1) { throw
ExceptionHelper
.PlatformNotSupported(); }
50
internal static string TimeoutMustBePositive(object param0, object param1) { throw
ExceptionHelper
.PlatformNotSupported(); }
51
internal static string TimeoutOnOperation(object param0) { throw
ExceptionHelper
.PlatformNotSupported(); }
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\DiagnosticTraceBase.cs (2)
218
throw
ExceptionHelper
.PlatformNotSupported();
226
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventTraceActivity.cs (1)
63
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimComparer.cs (5)
230
throw
ExceptionHelper
.PlatformNotSupported();
235
throw
ExceptionHelper
.PlatformNotSupported();
251
throw
ExceptionHelper
.PlatformNotSupported();
256
throw
ExceptionHelper
.PlatformNotSupported();
265
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimSet.cs (2)
51
throw
ExceptionHelper
.PlatformNotSupported(
ExceptionHelper
.WinsdowsStreamSecurityNotSupported);
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\WindowsClaimSet.NetNative.cs (7)
27
throw
ExceptionHelper
.PlatformNotSupported(WindowsStreamSecurityNotSupportedUWP);
35
throw
ExceptionHelper
.PlatformNotSupported(WindowsStreamSecurityNotSupportedUWP);
43
throw
ExceptionHelper
.PlatformNotSupported(WindowsStreamSecurityNotSupportedUWP);
51
throw
ExceptionHelper
.PlatformNotSupported(WindowsStreamSecurityNotSupportedUWP);
57
throw
ExceptionHelper
.PlatformNotSupported(WindowsStreamSecurityNotSupportedUWP);
62
throw
ExceptionHelper
.PlatformNotSupported(WindowsStreamSecurityNotSupportedUWP);
67
throw
ExceptionHelper
.PlatformNotSupported(WindowsStreamSecurityNotSupportedUWP);
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
201
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\IdentityModel\CryptoHelper.cs (11)
26
throw
ExceptionHelper
.PlatformNotSupported();
31
throw
ExceptionHelper
.PlatformNotSupported();
36
throw
ExceptionHelper
.PlatformNotSupported();
41
throw
ExceptionHelper
.PlatformNotSupported();
46
throw
ExceptionHelper
.PlatformNotSupported();
52
throw
ExceptionHelper
.PlatformNotSupported();
57
throw
ExceptionHelper
.PlatformNotSupported();
62
throw
ExceptionHelper
.PlatformNotSupported();
67
throw
ExceptionHelper
.PlatformNotSupported();
73
throw
ExceptionHelper
.PlatformNotSupported();
78
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\IdentityModel\HashStream.cs (5)
70
throw
ExceptionHelper
.PlatformNotSupported();
80
throw
ExceptionHelper
.PlatformNotSupported();
90
throw
ExceptionHelper
.PlatformNotSupported();
96
throw
ExceptionHelper
.PlatformNotSupported();
102
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\IdentityModel\SecurityUtils.cs (5)
210
throw
ExceptionHelper
.PlatformNotSupported();
258
throw
ExceptionHelper
.PlatformNotSupported();
265
throw
ExceptionHelper
.PlatformNotSupported();
270
throw
ExceptionHelper
.PlatformNotSupported();
275
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\WindowsSecurityTokenAuthenticator.cs (2)
40
throw
ExceptionHelper
.PlatformNotSupported(
ExceptionHelper
.WinsdowsStreamSecurityNotSupported);
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (1)
70
throw
ExceptionHelper
.PlatformNotSupported("Mapping to Windows identity not supported.");
FrameworkFork\System.ServiceModel\System\IdentityModel\SignedXml.cs (4)
20
throw
ExceptionHelper
.PlatformNotSupported();
30
get { throw
ExceptionHelper
.PlatformNotSupported(); }
31
set { throw
ExceptionHelper
.PlatformNotSupported(); }
36
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WindowsSecurityToken.NetNative.cs (5)
19
throw
ExceptionHelper
.PlatformNotSupported("Windows Stream Security is not supported on UWP yet");
27
throw
ExceptionHelper
.PlatformNotSupported("Windows Stream Security is not supported on UWP yet");
35
throw
ExceptionHelper
.PlatformNotSupported("Windows Stream Security is not supported on UWP yet");
43
throw
ExceptionHelper
.PlatformNotSupported("Windows Stream Security is not supported on UWP yet");
49
throw
ExceptionHelper
.PlatformNotSupported("Windows Stream Security is not supported on UWP yet");
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\X509SecurityToken.cs (1)
71
throw
ExceptionHelper
.PlatformNotSupported("X509SecurityToken.SecurityKeys");
FrameworkFork\System.ServiceModel\System\ServiceModel\AuditLogLocation.cs (1)
22
throw
ExceptionHelper
.PlatformNotSupported(SRServiceModel.SecurityAuditPlatformNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
21
throw
ExceptionHelper
.PlatformNotSupported(string.Format(SRServiceModel.UnsupportedSecuritySetting, "securityMode", securityMode));
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (2)
131
throw
ExceptionHelper
.PlatformNotSupported();
232
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeader.cs (2)
134
throw
ExceptionHelper
.PlatformNotSupported();
243
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (4)
396
throw
ExceptionHelper
.PlatformNotSupported();
416
throw
ExceptionHelper
.PlatformNotSupported();
465
throw
ExceptionHelper
.PlatformNotSupported();
603
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BodyWriter.cs (2)
94
throw
ExceptionHelper
.PlatformNotSupported();
99
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBuilder.cs (2)
20
throw
ExceptionHelper
.PlatformNotSupported();
32
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
205
throw
ExceptionHelper
.PlatformNotSupported("client certificates not supported yet");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
507
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (3)
211
throw
ExceptionHelper
.PlatformNotSupported("StreamedFramingRequestChannel not yet implemented");
284
throw
ExceptionHelper
.PlatformNotSupported("ConnectionOrientedTransportChannelFactory async open path");
289
throw
ExceptionHelper
.PlatformNotSupported("ConnectionOrientedTransportChannelFactory async open path");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1153
throw
ExceptionHelper
.PlatformNotSupported("proxy-connection");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
197
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (3)
105
throw
ExceptionHelper
.PlatformNotSupported("Client certificates");
173
throw
ExceptionHelper
.PlatformNotSupported("Client certificates not supported yet");
230
throw
ExceptionHelper
.PlatformNotSupported("Client certificates not supported yet");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
169
ExceptionHelper
.PlatformNotSupported(SRServiceModel.ExtendedProtectionNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
558
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
367
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.CoreClr.cs (2)
64
set { throw
ExceptionHelper
.PlatformNotSupported("CheckCertificateRevocationList not yet support"); }
76
set { throw
ExceptionHelper
.PlatformNotSupported("Certificate validation not supported yet"); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
375
ExceptionHelper
.CreateMaxReceivedMessageSizeExceededException(_maxBufferSize));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (7)
85
throw
ExceptionHelper
.PlatformNotSupported("SslStreamSecurityUpgradeProvider.Identity - server certificate");
249
throw
ExceptionHelper
.PlatformNotSupported("SslStreamSecurityUpgradeProvider async path");
254
throw
ExceptionHelper
.PlatformNotSupported("SslStreamSecurityUpgradeProvider async path");
298
throw
ExceptionHelper
.PlatformNotSupported("SslStreamSecurityUpgradeProvider async path");
303
throw
ExceptionHelper
.PlatformNotSupported("SslStreamSecurityUpgradeProvider async path");
382
throw
ExceptionHelper
.PlatformNotSupported("SslStreamSecurityUpgradeProvider async path");
387
throw
ExceptionHelper
.PlatformNotSupported("SslStreamSecurityUpgradeProvider async path");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityBindingElement.cs (2)
54
throw
ExceptionHelper
.PlatformNotSupported("TransportSecurityBindingElement.BuildChannelFactoryCore is not supported.");
64
throw
ExceptionHelper
.PlatformNotSupported("TransportSecurityBindingElement doesn't support ChannelProtectionRequirements yet.");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
367
throw
ExceptionHelper
.PlatformNotSupported("Server certificate validation not supported yet");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportSettings.cs (2)
123
throw
ExceptionHelper
.PlatformNotSupported();
128
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (6)
226
throw
ExceptionHelper
.PlatformNotSupported(
ExceptionHelper
.WinsdowsStreamSecurityNotSupported);
232
throw
ExceptionHelper
.PlatformNotSupported();
238
throw
ExceptionHelper
.PlatformNotSupported();
393
throw
ExceptionHelper
.PlatformNotSupported(
ExceptionHelper
.WinsdowsStreamSecurityNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs (4)
50
throw
ExceptionHelper
.AsError(new ArgumentException());
74
throw
ExceptionHelper
.PlatformNotSupported();
93
throw
ExceptionHelper
.PlatformNotSupported();
110
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
323
throw
ExceptionHelper
.PlatformNotSupported();
967
throw
ExceptionHelper
.PlatformNotSupported("security: protectionLevel");
2017
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InputChannelBinder.cs (3)
53
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
99
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
129
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
880
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (9)
46
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
67
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
72
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
77
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
102
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
107
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
117
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
122
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
127
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (5)
89
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
104
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
119
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
124
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
129
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
110
throw
ExceptionHelper
.AsError(NotImplemented.ByDesign);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointIdentity.cs (2)
54
throw
ExceptionHelper
.PlatformNotSupported("EndpointIdentity.CreateIdentity is not supported.");
105
throw
ExceptionHelper
.PlatformNotSupported("EndpointIdentity.GetClaimComparer is not supported.");
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
147
throw
ExceptionHelper
.PlatformNotSupported(string.Format(SRServiceModel.UnsupportedBindingProperty, "MessageEncoding", MessageEncoding));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (2)
22
throw
ExceptionHelper
.PlatformNotSupported(string.Format(SRServiceModel.UnsupportedSecuritySetting, "securityMode", securityMode));
103
throw
ExceptionHelper
.PlatformNotSupported(string.Format(SRServiceModel.UnsupportedBindingProperty, "MessageEncoding", MessageEncoding));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
404
throw
ExceptionHelper
.PlatformNotSupported(nameof(SecurityMode.Message));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (7)
119
throw
ExceptionHelper
.PlatformNotSupported("CreateSecurityTokenProvider (IsIssuedSecurityTokenRequirement(initiatorRequirement)");
125
throw
ExceptionHelper
.PlatformNotSupported("CreateSecurityTokenProvider X509Certificate - SecurityKeyUsage.Exchange");
179
throw
ExceptionHelper
.PlatformNotSupported("CreateSecurityTokenSerializer(SecurityTokenVersion version) not supported");
213
throw
ExceptionHelper
.PlatformNotSupported("CreateSecurityTokenAuthenticator : GenericXmlSecurityTokenAuthenticator");
234
throw
ExceptionHelper
.PlatformNotSupported("CreateSecurityTokenAuthenticator : SecurityTokenTypes.Rsa");
238
throw
ExceptionHelper
.PlatformNotSupported("CreateSecurityTokenAuthenticator : SecurityTokenTypes.Kerberos");
245
throw
ExceptionHelper
.PlatformNotSupported("CreateSecurityTokenAuthenticator : GenericXmlSecurityTokenAuthenticator");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
20
throw
ExceptionHelper
.PlatformNotSupported();
35
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (2)
76
throw
ExceptionHelper
.PlatformNotSupported("SecurityChannel async path");
81
throw
ExceptionHelper
.PlatformNotSupported("SecurityChannel async path");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocol.cs (14)
36
get { throw
ExceptionHelper
.PlatformNotSupported(); }
41
get { throw
ExceptionHelper
.PlatformNotSupported(); }
44
public void OnAbort() { throw
ExceptionHelper
.PlatformNotSupported(); }
45
public IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state) { throw
ExceptionHelper
.PlatformNotSupported(); }
46
public IAsyncResult OnBeginOpen(TimeSpan timeout, AsyncCallback callback, object state) { throw
ExceptionHelper
.PlatformNotSupported(); }
47
public void OnClose(TimeSpan timeout) { throw
ExceptionHelper
.PlatformNotSupported(); }
48
public void OnClosed() { throw
ExceptionHelper
.PlatformNotSupported(); }
49
public void OnClosing() { throw
ExceptionHelper
.PlatformNotSupported(); }
50
public void OnEndClose(IAsyncResult result) { throw
ExceptionHelper
.PlatformNotSupported(); }
51
public void OnEndOpen(IAsyncResult result) { throw
ExceptionHelper
.PlatformNotSupported(); }
52
public void OnFaulted() { throw
ExceptionHelper
.PlatformNotSupported(); }
53
public void OnOpen(TimeSpan timeout) { throw
ExceptionHelper
.PlatformNotSupported(); }
54
public void OnOpened() { throw
ExceptionHelper
.PlatformNotSupported(); }
55
public void OnOpening() { throw
ExceptionHelper
.PlatformNotSupported(); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (6)
309
throw
ExceptionHelper
.PlatformNotSupported();
516
throw
ExceptionHelper
.PlatformNotSupported("UPN claim not supported");
554
throw
ExceptionHelper
.PlatformNotSupported(
ExceptionHelper
.WinsdowsStreamSecurityNotSupported);
660
throw
ExceptionHelper
.PlatformNotSupported(
ExceptionHelper
.WinsdowsStreamSecurityNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SendSecurityHeader.cs (2)
19
throw
ExceptionHelper
.PlatformNotSupported();
44
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (1)
40
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (1)
88
throw
ExceptionHelper
.PlatformNotSupported();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
114
throw
ExceptionHelper
.PlatformNotSupported("X509CertificateValidationMode.PeerTrust is not supported");
131
throw
ExceptionHelper
.PlatformNotSupported("X509CertificateValidationMode.PeerTrust is not supported");