Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- TextFormatter.cs
- BitStack.cs
- ElementInit.cs
- PreviewPrintController.cs
- XmlComment.cs
- COM2IDispatchConverter.cs
- HotSpot.cs
- DeleteStoreRequest.cs
- ChooseAction.cs
- SmiTypedGetterSetter.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- Options.cs
- X509RawDataKeyIdentifierClause.cs
- QueryConverter.cs
- SchemaTableColumn.cs
- RawStylusInputReport.cs
- SpecularMaterial.cs
- LabelLiteral.cs
- XmlTypeMapping.cs
- DbConnectionPoolIdentity.cs
- FontFamily.cs
- Menu.cs
- FormatterServices.cs
- EventBuilder.cs
- JavascriptXmlWriterWrapper.cs
- DocumentPageView.cs
- ResourceDisplayNameAttribute.cs
- UniformGrid.cs
- XmlSchemaObjectCollection.cs
- ConfigurationStrings.cs
- OdbcConnectionString.cs
- LeaseManager.cs
- MailAddressParser.cs
- HtmlInputText.cs
- FlowLayoutPanel.cs
- MappedMetaModel.cs
- HttpCacheVaryByContentEncodings.cs
- TranslateTransform.cs
- CqlGenerator.cs
- StorageConditionPropertyMapping.cs
- XmlILConstructAnalyzer.cs
- ProjectionPruner.cs
- NumberSubstitution.cs
- SamlAuthenticationStatement.cs
- ShaderRenderModeValidation.cs
- XamlBrushSerializer.cs
- XpsImage.cs
- MaxMessageSizeStream.cs
- DesignerWithHeader.cs
- SelectionItemPattern.cs
- ListViewUpdatedEventArgs.cs
- GacUtil.cs
- TextPointer.cs
- DecoderNLS.cs
- Activity.cs
- InfoCardTrace.cs
- ReachDocumentSequenceSerializer.cs
- ActivitySurrogateSelector.cs
- XpsManager.cs
- ModelTreeEnumerator.cs
- SqlDataSourceRefreshSchemaForm.cs
- CaseInsensitiveComparer.cs
- ProviderConnectionPoint.cs
- EntityContainerAssociationSet.cs
- Track.cs
- SafeFileHandle.cs
- Delegate.cs
- CustomBinding.cs
- DbDataAdapter.cs
- XmlConvert.cs
- FixedTextSelectionProcessor.cs
- WebHttpSecurity.cs
- TabPanel.cs
- WebResourceAttribute.cs
- CodePropertyReferenceExpression.cs
- ComboBox.cs
- TimeStampChecker.cs
- _SSPISessionCache.cs
- UidManager.cs
- UInt16Storage.cs
- Helpers.cs
- ChangeNode.cs
- DataTableExtensions.cs
- WebPartConnectionsCancelVerb.cs
- DataGridItem.cs
- XmlSubtreeReader.cs
- HTMLTagNameToTypeMapper.cs
- DeferredElementTreeState.cs
- XmlDocumentViewSchema.cs
- CustomAttributeFormatException.cs
- LogicalExpr.cs
- ExecutionEngineException.cs
- SafeNativeMethodsOther.cs
- SchemaElement.cs
- NamedElement.cs
- FocusChangedEventArgs.cs
- DataTableReaderListener.cs
- StyleSelector.cs
- WasAdminWrapper.cs
- BufferedWebEventProvider.cs