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
- DescendantQuery.cs
- ICspAsymmetricAlgorithm.cs
- ByteStreamGeometryContext.cs
- Base64Decoder.cs
- StringDictionary.cs
- LoginName.cs
- LogExtentCollection.cs
- StoryFragments.cs
- Activity.cs
- Compiler.cs
- ViewLoader.cs
- MaskedTextProvider.cs
- AssemblyBuilder.cs
- PageClientProxyGenerator.cs
- ServiceOperationParameter.cs
- MSHTMLHost.cs
- SequenceNumber.cs
- SchemaTableColumn.cs
- DefaultHttpHandler.cs
- NTAccount.cs
- ExternalException.cs
- ApplicationSecurityInfo.cs
- SafeRegistryHandle.cs
- BoundConstants.cs
- LinkedResourceCollection.cs
- TargetParameterCountException.cs
- ReservationNotFoundException.cs
- GeneralTransform3DTo2DTo3D.cs
- WindowVisualStateTracker.cs
- FormsIdentity.cs
- _ConnectionGroup.cs
- PasswordDeriveBytes.cs
- ElementHostAutomationPeer.cs
- EventPropertyMap.cs
- CodeIdentifiers.cs
- FormatStringEditor.cs
- MenuScrollingVisibilityConverter.cs
- LinearKeyFrames.cs
- securestring.cs
- InstanceKeyCompleteException.cs
- PointLightBase.cs
- _AuthenticationState.cs
- Activity.cs
- Script.cs
- StrongNamePublicKeyBlob.cs
- EventManager.cs
- AppDomainEvidenceFactory.cs
- SerializationHelper.cs
- HtmlUtf8RawTextWriter.cs
- VisualStyleElement.cs
- CapacityStreamGeometryContext.cs
- DataGridViewToolTip.cs
- OracleInternalConnection.cs
- DragEvent.cs
- SerializationInfo.cs
- BamlVersionHeader.cs
- UnsafeNativeMethods.cs
- SHA256.cs
- DynamicFilter.cs
- ZipIOLocalFileBlock.cs
- DesignerActionUIService.cs
- SoapObjectReader.cs
- TextParagraphView.cs
- TextOptionsInternal.cs
- WindowsFormsSynchronizationContext.cs
- Encoder.cs
- PartitionerQueryOperator.cs
- ReadingWritingEntityEventArgs.cs
- AnnotationAdorner.cs
- ISFTagAndGuidCache.cs
- RoutedPropertyChangedEventArgs.cs
- ProjectionCamera.cs
- XmlnsPrefixAttribute.cs
- EnumConverter.cs
- ListControl.cs
- ToolStripManager.cs
- AsmxEndpointPickerExtension.cs
- SQLDoubleStorage.cs
- SoapIgnoreAttribute.cs
- FieldToken.cs
- ListItemCollection.cs
- MetadataHelper.cs
- DbDeleteCommandTree.cs
- UrlMappingCollection.cs
- ErrorWrapper.cs
- IPHostEntry.cs
- EpmContentDeSerializer.cs
- Overlapped.cs
- DbConnectionPool.cs
- TimerEventSubscription.cs
- DesignerActionPanel.cs
- Constant.cs
- EventBuilder.cs
- Transform3D.cs
- AudioException.cs
- SafeFindHandle.cs
- ValidationVisibilityAttribute.cs
- DBDataPermissionAttribute.cs
- DataFormats.cs
- TextPointerBase.cs