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
- InputLanguageEventArgs.cs
- Soap.cs
- DataGridBeginningEditEventArgs.cs
- ProbeDuplex11AsyncResult.cs
- Package.cs
- Panel.cs
- SHA1.cs
- TraceRecord.cs
- SoapServerProtocol.cs
- LicenseException.cs
- ComplexTypeEmitter.cs
- TextPointer.cs
- QueryConverter.cs
- ReferentialConstraint.cs
- TextSimpleMarkerProperties.cs
- OdbcConnectionPoolProviderInfo.cs
- ButtonFieldBase.cs
- RelatedCurrencyManager.cs
- DefaultAssemblyResolver.cs
- CustomPeerResolverService.cs
- TextServicesDisplayAttribute.cs
- ReadOnlyAttribute.cs
- ScrollPatternIdentifiers.cs
- FontDifferentiator.cs
- FormViewUpdateEventArgs.cs
- SchemaAttDef.cs
- IFlowDocumentViewer.cs
- DataGridCellEditEndingEventArgs.cs
- QueryExpr.cs
- EmissiveMaterial.cs
- QilDataSource.cs
- CounterSetInstanceCounterDataSet.cs
- XmlResolver.cs
- PageHandlerFactory.cs
- GroupDescription.cs
- WbemProvider.cs
- SQLSingleStorage.cs
- WebConfigurationManager.cs
- MediaPlayerState.cs
- ToolZoneDesigner.cs
- TableStyle.cs
- IOException.cs
- DescendantQuery.cs
- __ComObject.cs
- BlockCollection.cs
- LinqDataView.cs
- WebPartDisplayMode.cs
- ConnectionsZone.cs
- COM2PropertyPageUITypeConverter.cs
- ChannelManager.cs
- ConfigXmlAttribute.cs
- CodeDirectionExpression.cs
- ListItemCollection.cs
- TaskDesigner.cs
- XmlDataSourceView.cs
- UInt64Converter.cs
- IncomingWebRequestContext.cs
- PointAnimation.cs
- StyleModeStack.cs
- UpdateRecord.cs
- TagPrefixAttribute.cs
- DecoderFallbackWithFailureFlag.cs
- NameObjectCollectionBase.cs
- Privilege.cs
- PageBreakRecord.cs
- MetadataExchangeBindings.cs
- ClientSettingsProvider.cs
- ImmutableClientRuntime.cs
- WebPartVerb.cs
- Item.cs
- TextServicesLoader.cs
- BypassElementCollection.cs
- XsdValidatingReader.cs
- NamedObject.cs
- WindowsSspiNegotiation.cs
- SolidColorBrush.cs
- Exceptions.cs
- NamespaceInfo.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- DelegatingConfigHost.cs
- IssuanceLicense.cs
- PixelFormat.cs
- CodeMethodReturnStatement.cs
- MarginCollapsingState.cs
- SoapConverter.cs
- VisualProxy.cs
- Tablet.cs
- Attribute.cs
- GridViewUpdatedEventArgs.cs
- HtmlTableCellCollection.cs
- SchemaImporterExtensionsSection.cs
- HttpCapabilitiesBase.cs
- LineProperties.cs
- ACL.cs
- PasswordBox.cs
- DataGridTextBoxColumn.cs
- BooleanExpr.cs
- UmAlQuraCalendar.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- GestureRecognitionResult.cs