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
- SynchronizingStream.cs
- MimeReflector.cs
- ExtendedTransformFactory.cs
- DbParameterHelper.cs
- PointCollection.cs
- HyperLinkStyle.cs
- DataRowView.cs
- HtmlHead.cs
- WebPartActionVerb.cs
- ExpressionDumper.cs
- TargetParameterCountException.cs
- TypeBrowserDialog.cs
- DateTimeValueSerializerContext.cs
- BaseAsyncResult.cs
- SQLDouble.cs
- BamlBinaryReader.cs
- Configuration.cs
- SetIterators.cs
- StringSource.cs
- XsltContext.cs
- AttributeUsageAttribute.cs
- XmlElementList.cs
- DirectoryLocalQuery.cs
- WorkflowEnvironment.cs
- TransactionTraceIdentifier.cs
- SendMessageContent.cs
- DataControlFieldHeaderCell.cs
- shaperfactoryquerycacheentry.cs
- oledbmetadatacollectionnames.cs
- UnitControl.cs
- DataGridViewSortCompareEventArgs.cs
- PageThemeCodeDomTreeGenerator.cs
- Operators.cs
- FtpWebRequest.cs
- CompilerHelpers.cs
- TextEditorContextMenu.cs
- LinqToSqlWrapper.cs
- MediaEntryAttribute.cs
- CapacityStreamGeometryContext.cs
- XmlNamespaceDeclarationsAttribute.cs
- PrePostDescendentsWalker.cs
- FormViewUpdateEventArgs.cs
- PolicyException.cs
- ContentFilePart.cs
- WeakReference.cs
- DockPatternIdentifiers.cs
- XmlSchemaAttributeGroup.cs
- Context.cs
- LicenseManager.cs
- StateItem.cs
- SqlCommandSet.cs
- EventMappingSettings.cs
- SpoolingTask.cs
- NavigationExpr.cs
- CompilerInfo.cs
- CommonObjectSecurity.cs
- Peer.cs
- HttpConfigurationSystem.cs
- Message.cs
- DeploymentSectionCache.cs
- Socket.cs
- NumericExpr.cs
- PopupControlService.cs
- WorkflowTerminatedException.cs
- DrawingBrush.cs
- ExpressionCopier.cs
- UserControlDesigner.cs
- DynamicPropertyHolder.cs
- Comparer.cs
- Claim.cs
- TrackingWorkflowEventArgs.cs
- sortedlist.cs
- ContainerUIElement3D.cs
- ControlBuilderAttribute.cs
- EmptyStringExpandableObjectConverter.cs
- _HeaderInfoTable.cs
- SqlXml.cs
- XmlElementAttribute.cs
- TextSimpleMarkerProperties.cs
- parserscommon.cs
- ReferenceEqualityComparer.cs
- KeyedCollection.cs
- DebugView.cs
- ResourceExpressionBuilder.cs
- HttpHandlerActionCollection.cs
- CustomExpression.cs
- ShaperBuffers.cs
- Utils.cs
- DetailsViewUpdateEventArgs.cs
- TransformGroup.cs
- XmlName.cs
- PlaceHolder.cs
- CommonObjectSecurity.cs
- SQLMembershipProvider.cs
- ExpressionNode.cs
- ClockController.cs
- AmbientLight.cs
- HwndHostAutomationPeer.cs
- Maps.cs
- EncoderParameter.cs