Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DictionaryContent.cs
- DataViewManager.cs
- RowTypeElement.cs
- JavaScriptObjectDeserializer.cs
- ApplicationInterop.cs
- TextPointerBase.cs
- RawStylusInputReport.cs
- SqlFacetAttribute.cs
- TrackingQuery.cs
- XmlConverter.cs
- HttpClientProtocol.cs
- ArrayWithOffset.cs
- ApplicationTrust.cs
- XPathCompiler.cs
- MetadataCollection.cs
- JpegBitmapEncoder.cs
- VirtualizingPanel.cs
- SamlAuthorizationDecisionStatement.cs
- RawAppCommandInputReport.cs
- RSACryptoServiceProvider.cs
- CodeLabeledStatement.cs
- DataChangedEventManager.cs
- AccessText.cs
- Pair.cs
- RadioButtonFlatAdapter.cs
- ExpressionBinding.cs
- CryptographicAttribute.cs
- EditorZone.cs
- TreeNode.cs
- CultureInfoConverter.cs
- AdapterUtil.cs
- WebPartMenuStyle.cs
- Point4D.cs
- WriteableBitmap.cs
- PrintPreviewGraphics.cs
- DataSysAttribute.cs
- PeerCollaborationPermission.cs
- AutomationIdentifierGuids.cs
- ObfuscateAssemblyAttribute.cs
- UnsettableComboBox.cs
- FormsAuthenticationConfiguration.cs
- KeyConverter.cs
- MouseGestureValueSerializer.cs
- DragDrop.cs
- DesignerCommandSet.cs
- DataServiceQueryException.cs
- ArrayWithOffset.cs
- WebEvents.cs
- ListItemCollection.cs
- CodeSnippetStatement.cs
- TableRowGroupCollection.cs
- WindowsListViewItem.cs
- UnsafeNativeMethods.cs
- DirectionalLight.cs
- EvidenceBase.cs
- ExpandedWrapper.cs
- UpdatableWrapper.cs
- DashStyle.cs
- JoinCqlBlock.cs
- ExtentKey.cs
- LineBreak.cs
- Vector3DAnimationUsingKeyFrames.cs
- SessionStateSection.cs
- XmlSchemaCollection.cs
- UpdatePanelTrigger.cs
- RelatedEnd.cs
- BinaryWriter.cs
- ImportContext.cs
- MemberBinding.cs
- NamespaceInfo.cs
- UnmanagedMemoryStream.cs
- StorageFunctionMapping.cs
- TextStore.cs
- ContextMenuService.cs
- FlowDocumentPage.cs
- DataGridViewRowConverter.cs
- ActionMessageFilter.cs
- WorkflowRuntimeEndpoint.cs
- New.cs
- CanonicalXml.cs
- ValueHandle.cs
- ScriptResourceHandler.cs
- VideoDrawing.cs
- ClientRolePrincipal.cs
- StrongNameMembershipCondition.cs
- TextRangeProviderWrapper.cs
- NativeMethods.cs
- SqlXml.cs
- WeakRefEnumerator.cs
- InputLangChangeRequestEvent.cs
- QilPatternFactory.cs
- ErrorRuntimeConfig.cs
- ElementProxy.cs
- ResXResourceWriter.cs
- LayoutEngine.cs
- XPathNodeList.cs
- ElementProxy.cs
- MeshGeometry3D.cs
- PageThemeBuildProvider.cs
- XmlAnyAttributeAttribute.cs