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
- UnsupportedPolicyOptionsException.cs
- InitializationEventAttribute.cs
- ProvideValueServiceProvider.cs
- CompiledRegexRunnerFactory.cs
- VersionedStreamOwner.cs
- DateBoldEvent.cs
- CultureTable.cs
- Misc.cs
- LineMetrics.cs
- GenericPrincipal.cs
- BamlCollectionHolder.cs
- SchemaSetCompiler.cs
- SecondaryViewProvider.cs
- UnsafeNativeMethods.cs
- SchemaImporter.cs
- QilPatternFactory.cs
- TextCompositionManager.cs
- RegisteredExpandoAttribute.cs
- ObjectToModelValueConverter.cs
- TextElementEditingBehaviorAttribute.cs
- OdbcError.cs
- TreeViewEvent.cs
- FontSource.cs
- wgx_exports.cs
- BeginCreateSecurityTokenRequest.cs
- TextTreeUndoUnit.cs
- EntitySqlException.cs
- TileBrush.cs
- WsdlInspector.cs
- EncryptedKeyIdentifierClause.cs
- XPathAxisIterator.cs
- SmiTypedGetterSetter.cs
- ArgumentException.cs
- InvariantComparer.cs
- RedBlackList.cs
- StylusPointProperties.cs
- HtmlTextViewAdapter.cs
- ElementHostAutomationPeer.cs
- DependencyPropertyConverter.cs
- ChannelManager.cs
- TableStyle.cs
- SimpleWebHandlerParser.cs
- CryptoStream.cs
- SkinBuilder.cs
- Base64Encoder.cs
- ProxyWebPartConnectionCollection.cs
- Item.cs
- XamlFilter.cs
- HScrollBar.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- RetrieveVirtualItemEventArgs.cs
- SafeRightsManagementPubHandle.cs
- ThreadStateException.cs
- ListViewUpdatedEventArgs.cs
- TextSpanModifier.cs
- RegionInfo.cs
- CombinedGeometry.cs
- SqlNode.cs
- OracleDateTime.cs
- StreamAsIStream.cs
- GridItem.cs
- PeerCredential.cs
- BlurEffect.cs
- BuildProvider.cs
- ObjectDataSourceFilteringEventArgs.cs
- EventManager.cs
- ListBoxItemAutomationPeer.cs
- FontCollection.cs
- HtmlMeta.cs
- DesignConnection.cs
- PromptEventArgs.cs
- MultiBindingExpression.cs
- BuilderPropertyEntry.cs
- ProfileSettings.cs
- DatePickerTextBox.cs
- COM2ExtendedBrowsingHandler.cs
- SafeArchiveContext.cs
- TextSchema.cs
- ExpressionBuilder.cs
- Transform3DGroup.cs
- SR.cs
- MultiAsyncResult.cs
- DataBindingCollectionEditor.cs
- LambdaCompiler.Expressions.cs
- IntPtr.cs
- Slider.cs
- CommonBehaviorsSection.cs
- StringUtil.cs
- MessageBox.cs
- SqlExpressionNullability.cs
- WindowAutomationPeer.cs
- ConstrainedDataObject.cs
- PathFigure.cs
- SqlLiftWhereClauses.cs
- documentsequencetextpointer.cs
- ConfigurationException.cs
- PathSegmentCollection.cs
- DataSourceHelper.cs
- Point3DAnimation.cs
- ButtonBase.cs