Code:
/ DotNET / DotNET / 8.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
- UnknownBitmapDecoder.cs
- ArgumentOutOfRangeException.cs
- SmiEventSink.cs
- CngKey.cs
- SuppressMessageAttribute.cs
- NativeMethodsOther.cs
- AsyncResult.cs
- AnnotationDocumentPaginator.cs
- TableRowGroupCollection.cs
- TeredoHelper.cs
- WindowsListViewSubItem.cs
- DeferredBinaryDeserializerExtension.cs
- BitmapEffectGroup.cs
- SignatureDescription.cs
- BrushMappingModeValidation.cs
- CorrelationActionMessageFilter.cs
- RMEnrollmentPage1.cs
- StringBuilder.cs
- ReflectionUtil.cs
- SHA512Managed.cs
- MultiBinding.cs
- OciLobLocator.cs
- ReadContentAsBinaryHelper.cs
- HttpRuntime.cs
- GeometryModel3D.cs
- QilTargetType.cs
- MatrixCamera.cs
- NameValueCollection.cs
- FileUpload.cs
- CodeNamespaceImportCollection.cs
- __Filters.cs
- SudsWriter.cs
- Fonts.cs
- PathSegment.cs
- DefaultValueAttribute.cs
- ThreadExceptionEvent.cs
- ScrollChrome.cs
- mda.cs
- storagemappingitemcollection.viewdictionary.cs
- BuildResult.cs
- _ListenerAsyncResult.cs
- MulticastDelegate.cs
- SplitterEvent.cs
- PrtCap_Base.cs
- ThreadAttributes.cs
- ProviderBase.cs
- Comparer.cs
- DBConnection.cs
- DirectoryNotFoundException.cs
- ImageList.cs
- TextServicesCompartmentEventSink.cs
- HandleCollector.cs
- DataListCommandEventArgs.cs
- DeviceOverridableAttribute.cs
- WorkflowOperationBehavior.cs
- MarkupWriter.cs
- ProfessionalColors.cs
- SafeRegistryKey.cs
- SQLInt32Storage.cs
- VisemeEventArgs.cs
- LinqDataSourceHelper.cs
- Int32Rect.cs
- ErrorRuntimeConfig.cs
- StatusBarDrawItemEvent.cs
- IEnumerable.cs
- TextStore.cs
- ConnectionProviderAttribute.cs
- BamlTreeNode.cs
- ProfileService.cs
- XsdCachingReader.cs
- ConnectAlgorithms.cs
- IPPacketInformation.cs
- GlyphsSerializer.cs
- SmtpCommands.cs
- NestPullup.cs
- BypassElementCollection.cs
- HealthMonitoringSectionHelper.cs
- Facet.cs
- SharedDp.cs
- CompositionTarget.cs
- BitmapEffectState.cs
- ScriptReference.cs
- DispatcherEventArgs.cs
- DataTableTypeConverter.cs
- DockPattern.cs
- InternalConfigConfigurationFactory.cs
- DataBoundControlParameterTarget.cs
- CoreChannel.cs
- _ListenerAsyncResult.cs
- Function.cs
- Win32MouseDevice.cs
- FontWeights.cs
- DataGridViewRowsAddedEventArgs.cs
- FileSystemWatcher.cs
- MemberPath.cs
- ImageListStreamer.cs
- ServiceModelTimeSpanValidator.cs
- AudioFormatConverter.cs
- EmptyEnumerable.cs
- AudioLevelUpdatedEventArgs.cs