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
- DataGridItemEventArgs.cs
- ActivityExecutorDelegateInfo.cs
- EntryWrittenEventArgs.cs
- ArrayTypeMismatchException.cs
- XsltContext.cs
- UIElement.cs
- BinaryNode.cs
- Validator.cs
- ArraySegment.cs
- SqlParameter.cs
- SizeAnimationUsingKeyFrames.cs
- RowUpdatingEventArgs.cs
- XmlIgnoreAttribute.cs
- TableLayoutPanelResizeGlyph.cs
- CodeSubDirectory.cs
- AdRotatorDesigner.cs
- ReadOnlyHierarchicalDataSource.cs
- ToolStripGripRenderEventArgs.cs
- XmlIlTypeHelper.cs
- ClientConfigurationHost.cs
- MaterializeFromAtom.cs
- ScaleTransform.cs
- CodeCatchClauseCollection.cs
- WindowsHyperlink.cs
- StagingAreaInputItem.cs
- ImmutableAssemblyCacheEntry.cs
- CalculatedColumn.cs
- WindowsAuthenticationEventArgs.cs
- ModifyActivitiesPropertyDescriptor.cs
- ScriptDescriptor.cs
- MetadataProperty.cs
- TemplateModeChangedEventArgs.cs
- TabControl.cs
- ButtonRenderer.cs
- MsiStyleLogWriter.cs
- StringUtil.cs
- ToolStripRenderEventArgs.cs
- FixedDocument.cs
- ReliableSession.cs
- OdbcConnectionFactory.cs
- ToolboxSnapDragDropEventArgs.cs
- DbBuffer.cs
- ResourcePool.cs
- InputLangChangeEvent.cs
- Button.cs
- AppDomainAttributes.cs
- NonVisualControlAttribute.cs
- ModuleBuilder.cs
- BaseValidatorDesigner.cs
- CFStream.cs
- AttachmentService.cs
- DatagridviewDisplayedBandsData.cs
- RuntimeTransactionHandle.cs
- HtmlEmptyTagControlBuilder.cs
- Gdiplus.cs
- CookieProtection.cs
- DataServiceHostWrapper.cs
- querybuilder.cs
- Exceptions.cs
- ResourceContainer.cs
- DictionarySectionHandler.cs
- RewritingValidator.cs
- CustomErrorCollection.cs
- DesignTimeDataBinding.cs
- TextInfo.cs
- BinaryObjectInfo.cs
- HttpCacheVary.cs
- XsltFunctions.cs
- ListViewInsertedEventArgs.cs
- XPathNavigator.cs
- ColumnHeaderConverter.cs
- DataGridState.cs
- SqlBuffer.cs
- EntityParameter.cs
- MailMessage.cs
- CustomExpressionEventArgs.cs
- BindingMAnagerBase.cs
- EntityDataSourceReferenceGroup.cs
- SmiRecordBuffer.cs
- LabelDesigner.cs
- RuleDefinitions.cs
- Converter.cs
- CodeBlockBuilder.cs
- Int32AnimationUsingKeyFrames.cs
- Debug.cs
- Double.cs
- ArgumentValue.cs
- HtmlEmptyTagControlBuilder.cs
- ProviderConnectionPoint.cs
- DefaultTypeArgumentAttribute.cs
- XPathDocumentBuilder.cs
- CodeObjectCreateExpression.cs
- GeometryGroup.cs
- NamespaceMapping.cs
- Common.cs
- IsolatedStoragePermission.cs
- CustomTypeDescriptor.cs
- JsonWriterDelegator.cs
- XmlDataContract.cs
- Adorner.cs