Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- AttributeTable.cs
- MarkupCompilePass1.cs
- PolicyDesigner.cs
- DataGridCaption.cs
- PrintDialog.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- AssociatedControlConverter.cs
- PopupRoot.cs
- EventTask.cs
- TreeViewAutomationPeer.cs
- SecureEnvironment.cs
- ListViewGroupItemCollection.cs
- DBCommandBuilder.cs
- UpdateExpressionVisitor.cs
- DispatcherExceptionFilterEventArgs.cs
- ReadWriteObjectLock.cs
- ServiceParser.cs
- PhoneCallDesigner.cs
- FactoryRecord.cs
- XmlAggregates.cs
- DbConnectionInternal.cs
- ComponentDispatcherThread.cs
- RequestQueue.cs
- FileRecordSequenceCompletedAsyncResult.cs
- TableRowGroup.cs
- CreationContext.cs
- OutKeywords.cs
- IsolatedStorageFilePermission.cs
- CookielessHelper.cs
- ServiceModelInstallComponent.cs
- SemanticBasicElement.cs
- InstalledVoice.cs
- UrlRoutingHandler.cs
- Scheduling.cs
- SmiXetterAccessMap.cs
- TemplateControlCodeDomTreeGenerator.cs
- XmlElement.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- DictionaryManager.cs
- BooleanKeyFrameCollection.cs
- AssemblySettingAttributes.cs
- ResourcePart.cs
- MatrixTransform3D.cs
- ArraySortHelper.cs
- SpeechRecognitionEngine.cs
- XPathArrayIterator.cs
- TemplateBuilder.cs
- PagesChangedEventArgs.cs
- SchemaInfo.cs
- DaylightTime.cs
- _HelperAsyncResults.cs
- SiteMapNodeCollection.cs
- XPathItem.cs
- FloatMinMaxAggregationOperator.cs
- EventData.cs
- GrammarBuilderBase.cs
- DirectoryObjectSecurity.cs
- InstanceLockQueryResult.cs
- BulletChrome.cs
- RecommendedAsConfigurableAttribute.cs
- CroppedBitmap.cs
- BaseResourcesBuildProvider.cs
- SizeAnimationClockResource.cs
- MethodMessage.cs
- HttpContext.cs
- SynchronizedDispatch.cs
- CodeBlockBuilder.cs
- OfTypeExpression.cs
- PropertyMetadata.cs
- ElementAction.cs
- InputLanguageEventArgs.cs
- ConfigurationSection.cs
- BufferedGraphicsManager.cs
- ToolbarAUtomationPeer.cs
- _CommandStream.cs
- Cursor.cs
- AppSettingsExpressionBuilder.cs
- ButtonChrome.cs
- ForeignConstraint.cs
- DateTimeUtil.cs
- DesignTimeHTMLTextWriter.cs
- ResourceContainer.cs
- ListControl.cs
- SchemaCollectionPreprocessor.cs
- ItemsChangedEventArgs.cs
- WindowsRebar.cs
- RightsManagementEncryptedStream.cs
- SqlComparer.cs
- CoreSwitches.cs
- HttpHandlerActionCollection.cs
- RegexParser.cs
- LeafCellTreeNode.cs
- StandardTransformFactory.cs
- RegexCode.cs
- RectIndependentAnimationStorage.cs
- DataSysAttribute.cs
- OdbcParameter.cs
- PrintController.cs
- FileBasedResourceGroveler.cs
- MobileUITypeEditor.cs