Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. // // ==--== //////////////////////////////////////////////////////////////////////////////// // 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
- IProvider.cs
- PointIndependentAnimationStorage.cs
- SerializationInfoEnumerator.cs
- SqlXml.cs
- TreeNodeCollection.cs
- IndexerNameAttribute.cs
- DataAccessException.cs
- TimeSpanSecondsConverter.cs
- OdbcCommand.cs
- XmlTextReader.cs
- OperandQuery.cs
- TabControlEvent.cs
- ExpressionVisitorHelpers.cs
- TextDecorations.cs
- RestHandler.cs
- DataBindingExpressionBuilder.cs
- DependencyObject.cs
- TreeViewEvent.cs
- _LocalDataStoreMgr.cs
- SimpleHandlerFactory.cs
- hebrewshape.cs
- InterleavedZipPartStream.cs
- XMLDiffLoader.cs
- AdRotator.cs
- AutomationProperty.cs
- ObjectStateFormatter.cs
- DataSourceSelectArguments.cs
- safex509handles.cs
- ProfileServiceManager.cs
- MobileCapabilities.cs
- HasCopySemanticsAttribute.cs
- QuaternionAnimation.cs
- ConstantProjectedSlot.cs
- CodeNamespaceImport.cs
- ListCollectionView.cs
- XPathNodeIterator.cs
- FormClosedEvent.cs
- Duration.cs
- SqlTransaction.cs
- ContentPlaceHolder.cs
- ConfigurationSettings.cs
- StoreItemCollection.cs
- TreeView.cs
- PeerNameResolver.cs
- SafeNativeMethods.cs
- TextServicesDisplayAttributePropertyRanges.cs
- AccessibleObject.cs
- CursorInteropHelper.cs
- Model3DGroup.cs
- SqlRecordBuffer.cs
- SparseMemoryStream.cs
- PrintPreviewDialog.cs
- CheckBox.cs
- MultiDataTrigger.cs
- JsonFormatReaderGenerator.cs
- FormViewInsertedEventArgs.cs
- dbdatarecord.cs
- StringComparer.cs
- AnimationClock.cs
- Canonicalizers.cs
- GlyphInfoList.cs
- ManagementObjectCollection.cs
- ApplicationServiceHelper.cs
- OptimalBreakSession.cs
- WebBrowserNavigatingEventHandler.cs
- LayoutEditorPart.cs
- OleDbReferenceCollection.cs
- NavigationExpr.cs
- ExpressionBindingCollection.cs
- InkPresenterAutomationPeer.cs
- SendMailErrorEventArgs.cs
- _TLSstream.cs
- Tablet.cs
- KeyedCollection.cs
- BinaryObjectWriter.cs
- XmlHelper.cs
- SelectionProviderWrapper.cs
- CheckedListBox.cs
- AxDesigner.cs
- DialogResultConverter.cs
- ListMarkerSourceInfo.cs
- SHA512Managed.cs
- DummyDataSource.cs
- FixedSOMFixedBlock.cs
- GraphicsPath.cs
- TcpServerChannel.cs
- TimeStampChecker.cs
- IPEndPoint.cs
- ActivityInfo.cs
- MessageBox.cs
- KeyedPriorityQueue.cs
- CollectionViewProxy.cs
- HttpApplicationFactory.cs
- SmiMetaData.cs
- XmlConvert.cs
- IdleTimeoutMonitor.cs
- XMLDiffLoader.cs
- LogStream.cs
- PointAnimation.cs
- RecommendedAsConfigurableAttribute.cs