Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / MulticastNotSupportedException.cs / 1305376 / 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) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // 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) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SmtpException.cs
- CodeSubDirectoriesCollection.cs
- FixedElement.cs
- ScrollProperties.cs
- TrustLevelCollection.cs
- FixedDocumentSequencePaginator.cs
- ProxyWebPartManager.cs
- SqlBuilder.cs
- StructuredProperty.cs
- WriteTimeStream.cs
- DynamicDiscoveryDocument.cs
- ToolStripSplitButton.cs
- MultiPropertyDescriptorGridEntry.cs
- ContentIterators.cs
- XamlParser.cs
- WebExceptionStatus.cs
- BeginEvent.cs
- UnsafePeerToPeerMethods.cs
- ParentUndoUnit.cs
- TabPanel.cs
- Blend.cs
- Compiler.cs
- ModelUIElement3D.cs
- FixUp.cs
- SwitchAttribute.cs
- DataServiceQueryProvider.cs
- QueryReaderSettings.cs
- MostlySingletonList.cs
- TagPrefixCollection.cs
- WaitHandleCannotBeOpenedException.cs
- TemplateBindingExpression.cs
- Geometry3D.cs
- QilPatternFactory.cs
- ErrorProvider.cs
- HttpCachePolicyElement.cs
- NamespaceDecl.cs
- ForeignKeyFactory.cs
- CustomActivityDesigner.cs
- Helper.cs
- LoginUtil.cs
- HttpRuntimeSection.cs
- SpnEndpointIdentity.cs
- ResourcesBuildProvider.cs
- TaskHelper.cs
- StatusInfoItem.cs
- DateTimeOffset.cs
- TextSpanModifier.cs
- Touch.cs
- SafeProcessHandle.cs
- safex509handles.cs
- SqlReferenceCollection.cs
- ValueUnavailableException.cs
- PropertyValueUIItem.cs
- PropertyPathWorker.cs
- SessionState.cs
- OutputCacheSection.cs
- DoWorkEventArgs.cs
- TypeInitializationException.cs
- ItemsPresenter.cs
- XmlSchemaChoice.cs
- VariantWrapper.cs
- autovalidator.cs
- BroadcastEventHelper.cs
- Documentation.cs
- PageWrapper.cs
- AssociatedControlConverter.cs
- ContentTextAutomationPeer.cs
- DynamicResourceExtensionConverter.cs
- HtmlContainerControl.cs
- UdpTransportBindingElement.cs
- XamlDesignerSerializationManager.cs
- SQLGuid.cs
- LogFlushAsyncResult.cs
- GridViewRowPresenter.cs
- MdiWindowListStrip.cs
- NavigationWindowAutomationPeer.cs
- HandlerBase.cs
- ClientCultureInfo.cs
- MergeFilterQuery.cs
- WindowsGrip.cs
- GraphicsContext.cs
- TraceSource.cs
- ServiceBehaviorElement.cs
- CmsUtils.cs
- HitTestParameters.cs
- PasswordValidationException.cs
- CollectionEditor.cs
- RNGCryptoServiceProvider.cs
- TableLayoutSettingsTypeConverter.cs
- ChameleonKey.cs
- VisualTreeHelper.cs
- NamedPermissionSet.cs
- MSAAEventDispatcher.cs
- LocalizabilityAttribute.cs
- NonSerializedAttribute.cs
- Globals.cs
- Buffer.cs
- RuleSet.cs
- EventManager.cs
- WindowHideOrCloseTracker.cs