Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SqlAliasesReferenced.cs
- X509Certificate2.cs
- ExtensionElementCollection.cs
- dtdvalidator.cs
- WorkItem.cs
- SqlGatherConsumedAliases.cs
- RuntimeArgumentHandle.cs
- URI.cs
- Accessors.cs
- DropDownButton.cs
- XmlEventCache.cs
- SystemIPAddressInformation.cs
- PixelFormat.cs
- DeleteWorkflowOwnerCommand.cs
- _DigestClient.cs
- MemoryFailPoint.cs
- SqlParameterizer.cs
- ProtocolsConfiguration.cs
- RoleManagerModule.cs
- SoapReflector.cs
- NativeMethods.cs
- SizeConverter.cs
- PersonalizablePropertyEntry.cs
- httpapplicationstate.cs
- DataGridTextBoxColumn.cs
- TextEffect.cs
- WebPartConnection.cs
- EndPoint.cs
- DataViewListener.cs
- FunctionDescription.cs
- ServiceBuildProvider.cs
- SiteMapNode.cs
- WebPartHelpVerb.cs
- UIElement3D.cs
- IOException.cs
- ForeignConstraint.cs
- DataSetViewSchema.cs
- ToolboxItemWrapper.cs
- DataGridViewCellCancelEventArgs.cs
- MediaPlayer.cs
- XmlPropertyBag.cs
- WebBrowserUriTypeConverter.cs
- _Semaphore.cs
- TreeChangeInfo.cs
- DesignerAttribute.cs
- WindowsScrollBarBits.cs
- PolicyManager.cs
- ModulesEntry.cs
- ApplicationBuildProvider.cs
- Selector.cs
- GenericTypeParameterConverter.cs
- FlowDocumentPageViewerAutomationPeer.cs
- RuntimeResourceSet.cs
- ScrollPattern.cs
- PersistenceTypeAttribute.cs
- SiteMapNode.cs
- Setter.cs
- ListSortDescription.cs
- LogLogRecordEnumerator.cs
- CachedPathData.cs
- DataSvcMapFileSerializer.cs
- DrawListViewItemEventArgs.cs
- ExtensionQuery.cs
- Int32Converter.cs
- FilteredDataSetHelper.cs
- PointLightBase.cs
- coordinator.cs
- webeventbuffer.cs
- RestClientProxyHandler.cs
- MSAANativeProvider.cs
- TypeSchema.cs
- HitTestParameters3D.cs
- XhtmlMobileTextWriter.cs
- EventProperty.cs
- PatternMatchRules.cs
- TablePattern.cs
- NavigateUrlConverter.cs
- TailCallAnalyzer.cs
- ReceiveMessageContent.cs
- DataGridViewEditingControlShowingEventArgs.cs
- TypeCodeDomSerializer.cs
- XmlQualifiedName.cs
- EntityDataSourceChangedEventArgs.cs
- SafeNativeMethodsMilCoreApi.cs
- Message.cs
- RequestResizeEvent.cs
- DependencyPropertyChangedEventArgs.cs
- RangeBase.cs
- ExpandoClass.cs
- EditorPart.cs
- Point4D.cs
- Shape.cs
- SecurityTokenParametersEnumerable.cs
- TemplateControlCodeDomTreeGenerator.cs
- NetTcpBindingElement.cs
- CompModSwitches.cs
- FormViewPagerRow.cs
- CreateUserErrorEventArgs.cs
- SchemaImporterExtensionElementCollection.cs
- ListItemCollection.cs