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
- LiteralLink.cs
- _HelperAsyncResults.cs
- VisualTreeUtils.cs
- ItemContainerGenerator.cs
- ControlBuilder.cs
- NamespaceCollection.cs
- _LoggingObject.cs
- ExplicitDiscriminatorMap.cs
- DataGridColumnEventArgs.cs
- HashJoinQueryOperatorEnumerator.cs
- SiteMapDataSourceDesigner.cs
- TextEditorParagraphs.cs
- ConfigurationPermission.cs
- OutputScopeManager.cs
- OleStrCAMarshaler.cs
- VectorConverter.cs
- DataFormat.cs
- Assert.cs
- RuntimeArgumentHandle.cs
- InkCanvasSelection.cs
- ClientProxyGenerator.cs
- IsolatedStorageException.cs
- Tile.cs
- OleDbDataReader.cs
- QuotedPrintableStream.cs
- VirtualPathProvider.cs
- InternalConfigEventArgs.cs
- BitmapEffectvisualstate.cs
- BmpBitmapDecoder.cs
- AddIn.cs
- FixedHyperLink.cs
- RSAPKCS1SignatureFormatter.cs
- ReaderWriterLock.cs
- EntityContainerRelationshipSet.cs
- Int32Rect.cs
- IteratorFilter.cs
- login.cs
- ControlsConfig.cs
- FixedSOMPageElement.cs
- SwitchAttribute.cs
- HandlerWithFactory.cs
- httpapplicationstate.cs
- ListViewUpdatedEventArgs.cs
- filewebrequest.cs
- CallbackValidator.cs
- Win32MouseDevice.cs
- SafeWaitHandle.cs
- HostingEnvironmentException.cs
- ListControlBoundActionList.cs
- OdbcReferenceCollection.cs
- OleDbConnectionFactory.cs
- SettingsSavedEventArgs.cs
- Vector3DAnimationUsingKeyFrames.cs
- remotingproxy.cs
- Line.cs
- ConfigXmlText.cs
- DetailsViewActionList.cs
- OrderPreservingPipeliningMergeHelper.cs
- FrameworkPropertyMetadata.cs
- XhtmlBasicObjectListAdapter.cs
- MachineKeyConverter.cs
- FaultContext.cs
- ProfileSettingsCollection.cs
- ObjectIDGenerator.cs
- SystemPens.cs
- ArcSegment.cs
- Compiler.cs
- PhysicalFontFamily.cs
- ResourceWriter.cs
- SmiRequestExecutor.cs
- DocumentPage.cs
- SynchronizedDispatch.cs
- AuditLevel.cs
- AuthenticationManager.cs
- PartialClassGenerationTaskInternal.cs
- InvalidOleVariantTypeException.cs
- ReachFixedPageSerializer.cs
- DeclarativeCatalogPart.cs
- ServiceHttpModule.cs
- DiscardableAttribute.cs
- TablePattern.cs
- LoopExpression.cs
- ComboBoxAutomationPeer.cs
- RowUpdatingEventArgs.cs
- Model3DGroup.cs
- FixedPageStructure.cs
- GeneratedContractType.cs
- CodeDOMUtility.cs
- System.Data.OracleClient_BID.cs
- Profiler.cs
- InputBindingCollection.cs
- LocalizationComments.cs
- XsdDuration.cs
- ArrayMergeHelper.cs
- ByteStreamBufferedMessageData.cs
- SafeArrayRankMismatchException.cs
- ValueUtilsSmi.cs
- ExceptionUtil.cs
- Int32Animation.cs
- StylusPlugin.cs