Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / MulticastNotSupportedException.cs / 1 / MulticastNotSupportedException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== //////////////////////////////////////////////////////////////////////////////// // MulticastNotSupportedException // This is thrown when you add multiple callbacks to a non-multicast delegate. //////////////////////////////////////////////////////////////////////////////// namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public sealed class MulticastNotSupportedException : SystemException { public MulticastNotSupportedException() : base(Environment.GetResourceString("Arg_MulticastNotSupportedException")) { SetErrorCode(__HResults.COR_E_MULTICASTNOTSUPPORTED); } public MulticastNotSupportedException(String message) : base(message) { SetErrorCode(__HResults.COR_E_MULTICASTNOTSUPPORTED); } public MulticastNotSupportedException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_MULTICASTNOTSUPPORTED); } internal MulticastNotSupportedException(SerializationInfo info, StreamingContext context) : base(info, context) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HtmlWindow.cs
- EmptyElement.cs
- ExtendedProperty.cs
- EmbeddedMailObjectsCollection.cs
- SqlGenerator.cs
- SqlErrorCollection.cs
- ExtensionDataReader.cs
- AsyncStreamReader.cs
- ListBindingConverter.cs
- RegistryKey.cs
- MatrixValueSerializer.cs
- CriticalFinalizerObject.cs
- SequentialUshortCollection.cs
- ListBindingConverter.cs
- HtmlTextViewAdapter.cs
- HierarchicalDataBoundControl.cs
- Range.cs
- AssemblyInfo.cs
- EdmConstants.cs
- CompilationLock.cs
- FontSource.cs
- bindurihelper.cs
- PrintController.cs
- ValidatorCollection.cs
- TableCell.cs
- ApplicationSecurityManager.cs
- ProxyAttribute.cs
- StylusPointPropertyId.cs
- ControlEvent.cs
- AssemblyResourceLoader.cs
- BindUriHelper.cs
- ResolveMatchesApril2005.cs
- EntityDesignerDataSourceView.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- DynamicFilterExpression.cs
- SerTrace.cs
- ToolboxItem.cs
- RayHitTestParameters.cs
- TextServicesDisplayAttribute.cs
- TransactedReceiveData.cs
- DiagnosticsConfigurationHandler.cs
- CorrelationManager.cs
- _ProxyChain.cs
- SmiContext.cs
- VectorAnimation.cs
- SQLInt32.cs
- ToolStripSplitStackLayout.cs
- XsltSettings.cs
- OdbcConnectionFactory.cs
- CustomActivityDesigner.cs
- HighlightComponent.cs
- XsltCompileContext.cs
- MsmqTransportBindingElement.cs
- DeviceContexts.cs
- ArrayElementGridEntry.cs
- BeginStoryboard.cs
- Style.cs
- ServiceChannelProxy.cs
- PersonalizationStateInfo.cs
- BaseTemplateParser.cs
- httpserverutility.cs
- PropertyEmitterBase.cs
- EventDescriptor.cs
- OutputCacheSettingsSection.cs
- IChannel.cs
- XmlWellformedWriter.cs
- BamlLocalizableResource.cs
- TableRowGroup.cs
- EntityWithChangeTrackerStrategy.cs
- COM2Enum.cs
- FrameworkPropertyMetadata.cs
- SqlMetaData.cs
- ValueChangedEventManager.cs
- WindowsBrush.cs
- LookupNode.cs
- ExtensionFile.cs
- EnumMember.cs
- TypographyProperties.cs
- _BasicClient.cs
- DPCustomTypeDescriptor.cs
- PageClientProxyGenerator.cs
- __Error.cs
- DetailsViewDeleteEventArgs.cs
- Control.cs
- ScriptingProfileServiceSection.cs
- WorkflowWebService.cs
- UiaCoreApi.cs
- XamlTreeBuilderBamlRecordWriter.cs
- PropertyInformationCollection.cs
- DataGridViewEditingControlShowingEventArgs.cs
- QueryInterceptorAttribute.cs
- PartitionerStatic.cs
- DynamicValueConverter.cs
- CompilerCollection.cs
- ApplicationSecurityManager.cs
- EventLogInformation.cs
- EntityContainerAssociationSet.cs
- AccessorTable.cs
- ServiceChannel.cs
- ShaperBuffers.cs