Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- TableChangeProcessor.cs
- ToolConsole.cs
- StateMachine.cs
- InternalsVisibleToAttribute.cs
- ClientRuntimeConfig.cs
- RegexFCD.cs
- CompilationRelaxations.cs
- UserNameSecurityTokenAuthenticator.cs
- Message.cs
- MenuItemBindingCollection.cs
- UntypedNullExpression.cs
- ECDiffieHellman.cs
- ApplicationDirectory.cs
- RootCodeDomSerializer.cs
- ObjectDataSourceView.cs
- OperationCanceledException.cs
- DbConnectionFactory.cs
- ListViewHitTestInfo.cs
- PrintingPermissionAttribute.cs
- LinkLabel.cs
- SplitterPanel.cs
- ModelItemKeyValuePair.cs
- NamespaceDecl.cs
- WaitHandle.cs
- BackStopAuthenticationModule.cs
- SqlDeflator.cs
- BaseCAMarshaler.cs
- StorageComplexTypeMapping.cs
- FormViewUpdatedEventArgs.cs
- HelpHtmlBuilder.cs
- ExpressionBuilderCollection.cs
- AsyncOperationManager.cs
- GacUtil.cs
- PathNode.cs
- OrderingQueryOperator.cs
- ConstraintCollection.cs
- MaskedTextBoxTextEditor.cs
- ContentElementCollection.cs
- RegionData.cs
- ObjectIDGenerator.cs
- DataRowComparer.cs
- ISFClipboardData.cs
- ClientUtils.cs
- XmlNodeWriter.cs
- ListSourceHelper.cs
- HttpRequestCacheValidator.cs
- TypeDescriptionProviderAttribute.cs
- C14NUtil.cs
- Clipboard.cs
- GraphicsContext.cs
- MembershipAdapter.cs
- XmlILConstructAnalyzer.cs
- ZipIOLocalFileDataDescriptor.cs
- BaseTemplateParser.cs
- DataControlFieldHeaderCell.cs
- DataGridCell.cs
- FixedSOMTableCell.cs
- FixedSOMPageElement.cs
- RowBinding.cs
- HwndPanningFeedback.cs
- XmlSiteMapProvider.cs
- StylusPointPropertyId.cs
- ServiceParser.cs
- SqlOuterApplyReducer.cs
- ShutDownListener.cs
- Trigger.cs
- CheckBoxField.cs
- FormsAuthentication.cs
- Converter.cs
- PageBuildProvider.cs
- PageAdapter.cs
- SynchronizedPool.cs
- Compiler.cs
- DataObjectFieldAttribute.cs
- WindowsSpinner.cs
- GenericUriParser.cs
- ElementNotEnabledException.cs
- TerminatorSinks.cs
- DateTimeStorage.cs
- RepeaterCommandEventArgs.cs
- MethodImplAttribute.cs
- Thread.cs
- Model3D.cs
- ValidationError.cs
- TrackingProfileCache.cs
- SpellerStatusTable.cs
- DurableEnlistmentState.cs
- NameValueCollection.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- AccessorTable.cs
- SystemSounds.cs
- HtmlTable.cs
- DataRow.cs
- SQlBooleanStorage.cs
- SafePEFileHandle.cs
- UIInitializationException.cs
- RowBinding.cs
- JsonUriDataContract.cs
- CodeTypeReference.cs
- SchemaMapping.cs