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
- SQLUtility.cs
- BigInt.cs
- BaseResourcesBuildProvider.cs
- CodeEventReferenceExpression.cs
- ObjectDataSourceEventArgs.cs
- DynamicValidatorEventArgs.cs
- SimpleHandlerBuildProvider.cs
- OraclePermission.cs
- BitHelper.cs
- ScriptDescriptor.cs
- SqlMethods.cs
- Vector3DCollectionConverter.cs
- WorkerRequest.cs
- ConfigurationValidatorBase.cs
- PropertyDescriptorGridEntry.cs
- TreeViewHitTestInfo.cs
- CodeAttributeDeclarationCollection.cs
- _ConnectOverlappedAsyncResult.cs
- ConditionalDesigner.cs
- DataFormats.cs
- IntSecurity.cs
- KnownTypeAttribute.cs
- SqlBulkCopy.cs
- BCLDebug.cs
- ErasingStroke.cs
- ApplicationHost.cs
- WebDisplayNameAttribute.cs
- StdValidatorsAndConverters.cs
- WsdlParser.cs
- FontUnit.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- FixedTextSelectionProcessor.cs
- Freezable.cs
- isolationinterop.cs
- GraphicsState.cs
- ValidationRule.cs
- SpeechRecognitionEngine.cs
- DataBindingCollectionConverter.cs
- RuleValidation.cs
- HiddenField.cs
- ImplicitInputBrush.cs
- XPathQilFactory.cs
- SafeCryptoHandles.cs
- Int32AnimationUsingKeyFrames.cs
- SourceFileBuildProvider.cs
- CharEnumerator.cs
- COM2PropertyPageUITypeConverter.cs
- CollectionBuilder.cs
- WebPartActionVerb.cs
- DataRowCollection.cs
- HitTestParameters3D.cs
- SelfIssuedTokenFactoryCredential.cs
- TemplateControlParser.cs
- WebHttpSecurityElement.cs
- LiteralDesigner.cs
- ServiceRouteHandler.cs
- CompletedAsyncResult.cs
- SafeProcessHandle.cs
- TableLayoutColumnStyleCollection.cs
- ListChangedEventArgs.cs
- METAHEADER.cs
- PersonalizableTypeEntry.cs
- DataSetMappper.cs
- XslAst.cs
- PropertyIdentifier.cs
- BulletedList.cs
- CodeAccessSecurityEngine.cs
- ReaderWriterLock.cs
- SafeRsaProviderHandle.cs
- TreeNodeCollection.cs
- SendKeys.cs
- CustomCredentialPolicy.cs
- BamlRecordHelper.cs
- DBBindings.cs
- WebBrowserProgressChangedEventHandler.cs
- ToolStripDropDownButton.cs
- FixUp.cs
- Activity.cs
- BasicExpressionVisitor.cs
- _TLSstream.cs
- PageStatePersister.cs
- brushes.cs
- SingleAnimationBase.cs
- counter.cs
- _SslStream.cs
- PriorityItem.cs
- DocumentViewer.cs
- ServiceReference.cs
- NonBatchDirectoryCompiler.cs
- DecimalAnimationUsingKeyFrames.cs
- BrushValueSerializer.cs
- ManipulationCompletedEventArgs.cs
- RootBrowserWindow.cs
- ServicePoint.cs
- ClientApiGenerator.cs
- BulletedListEventArgs.cs
- WebHeaderCollection.cs
- SecurityAppliedMessage.cs
- PasswordRecovery.cs
- GifBitmapEncoder.cs