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
- ApplicationSettingsBase.cs
- Schedule.cs
- NativeRightsManagementAPIsStructures.cs
- ResizingMessageFilter.cs
- OleDbRowUpdatingEvent.cs
- ModelUIElement3D.cs
- SchemaDeclBase.cs
- documentsequencetextview.cs
- ResourceExpression.cs
- FontClient.cs
- BrowserTree.cs
- CapabilitiesUse.cs
- HighContrastHelper.cs
- Gdiplus.cs
- TextClipboardData.cs
- NetworkInformationException.cs
- ControlTemplate.cs
- PageAsyncTaskManager.cs
- SqlExpander.cs
- EngineSite.cs
- HtmlTableRowCollection.cs
- AttachedAnnotation.cs
- BlurEffect.cs
- NGCPageContentSerializerAsync.cs
- HwndTarget.cs
- ContentPosition.cs
- TagPrefixCollection.cs
- XmlFormatExtensionPrefixAttribute.cs
- ErrorProvider.cs
- ProxyFragment.cs
- TextProviderWrapper.cs
- InfoCardArgumentException.cs
- BamlMapTable.cs
- SuppressMessageAttribute.cs
- TextComposition.cs
- ComponentDispatcher.cs
- SafeProcessHandle.cs
- TextReturnReader.cs
- WebBrowserPermission.cs
- JulianCalendar.cs
- AuthorizationPolicyTypeElementCollection.cs
- XPathQilFactory.cs
- Button.cs
- OletxVolatileEnlistment.cs
- MembershipSection.cs
- Quaternion.cs
- BaseTreeIterator.cs
- MessageRpc.cs
- UpdateRecord.cs
- GenericUriParser.cs
- ElementHostPropertyMap.cs
- WsdlBuildProvider.cs
- Timeline.cs
- XPathArrayIterator.cs
- DbParameterCollection.cs
- MetadataArtifactLoaderCompositeResource.cs
- DesignerForm.cs
- ParameterToken.cs
- DefinitionUpdate.cs
- SafeBuffer.cs
- LoadRetryHandler.cs
- ThicknessAnimation.cs
- ArrayWithOffset.cs
- ResourceDisplayNameAttribute.cs
- Point4DConverter.cs
- Expressions.cs
- XamlToRtfWriter.cs
- SocketCache.cs
- StrokeFIndices.cs
- DynamicRenderer.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- GeometryCombineModeValidation.cs
- CodeCompileUnit.cs
- SessionStateModule.cs
- HighContrastHelper.cs
- CommandPlan.cs
- CodeVariableReferenceExpression.cs
- MessageDesigner.cs
- ManagedIStream.cs
- SafeFindHandle.cs
- File.cs
- DataGridViewRowsAddedEventArgs.cs
- AutomationPropertyInfo.cs
- MetadataException.cs
- ObjectStorage.cs
- WS2007FederationHttpBindingCollectionElement.cs
- IUnknownConstantAttribute.cs
- SingleResultAttribute.cs
- CallbackHandler.cs
- RowBinding.cs
- ContainerFilterService.cs
- BitmapEffect.cs
- Size3D.cs
- EntityDataSourceContainerNameConverter.cs
- NullReferenceException.cs
- DropDownList.cs
- RevocationPoint.cs
- BooleanStorage.cs
- StrongNameIdentityPermission.cs
- LinkClickEvent.cs