Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AccessedThroughPropertyAttribute.cs
- MarshalByRefObject.cs
- ListBoxItemAutomationPeer.cs
- ApplicationBuildProvider.cs
- XmlElementAttributes.cs
- WindowHideOrCloseTracker.cs
- OpCodes.cs
- METAHEADER.cs
- WebResourceUtil.cs
- StringUtil.cs
- SyndicationDeserializer.cs
- AnimationClock.cs
- HttpRuntimeSection.cs
- ScaleTransform.cs
- ScaleTransform.cs
- DesigntimeLicenseContextSerializer.cs
- recordstatefactory.cs
- WindowsListViewScroll.cs
- PerformanceCounter.cs
- MsmqReceiveParameters.cs
- DefaultParameterValueAttribute.cs
- ConsumerConnectionPointCollection.cs
- Nodes.cs
- StrongBox.cs
- SettingsContext.cs
- ByeMessage11.cs
- Point3DCollection.cs
- MetafileHeaderWmf.cs
- RemotingClientProxy.cs
- StringWriter.cs
- ArgumentNullException.cs
- StylusEditingBehavior.cs
- FixedPageProcessor.cs
- DistinctQueryOperator.cs
- BufferedMessageWriter.cs
- ControlOperationInvoker.cs
- XmlElement.cs
- StreamHelper.cs
- PartDesigner.cs
- HierarchicalDataBoundControlAdapter.cs
- DBConcurrencyException.cs
- InsufficientMemoryException.cs
- XmlArrayItemAttributes.cs
- TimeSpanHelper.cs
- DataGrid.cs
- Baml2006ReaderFrame.cs
- CatalogPartChrome.cs
- FileUpload.cs
- SchemaEntity.cs
- VirtualPath.cs
- DataGridViewRowCancelEventArgs.cs
- TextElementCollectionHelper.cs
- DbSource.cs
- CodeSnippetCompileUnit.cs
- LogicalChannelCollection.cs
- NamedElement.cs
- FamilyMap.cs
- DefaultCommandConverter.cs
- CommonXSendMessage.cs
- SvcMapFileSerializer.cs
- FlowDocumentReader.cs
- CqlWriter.cs
- TableChangeProcessor.cs
- DbConnectionInternal.cs
- SecurityResources.cs
- DrawListViewSubItemEventArgs.cs
- WindowsAuthenticationEventArgs.cs
- HtmlShimManager.cs
- ParserStreamGeometryContext.cs
- SettingsPropertyCollection.cs
- WeakEventManager.cs
- CodeTypeDeclaration.cs
- OpenTypeLayout.cs
- DependencyPropertyValueSerializer.cs
- securitycriticaldata.cs
- GridViewRow.cs
- FederatedMessageSecurityOverHttpElement.cs
- StringBuilder.cs
- HttpListenerElement.cs
- HandleCollector.cs
- DataRecord.cs
- EntityContainerAssociationSet.cs
- AutoCompleteStringCollection.cs
- XmlSchemaValidator.cs
- _ShellExpression.cs
- TextRangeEditLists.cs
- XmlSerializerNamespaces.cs
- X509ChainPolicy.cs
- TypeBuilderInstantiation.cs
- PropertyChangedEventManager.cs
- ExtensionWindow.cs
- UITypeEditor.cs
- SignedPkcs7.cs
- ListViewEditEventArgs.cs
- RepeatBehavior.cs
- ExpressionPrefixAttribute.cs
- LinkClickEvent.cs
- ListViewTableCell.cs
- OdbcDataReader.cs
- UserPersonalizationStateInfo.cs