Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / NotSupportedException.cs / 1 / NotSupportedException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: NotSupportedException ** ** ** Purpose: For methods that should be implemented on subclasses. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public class NotSupportedException : SystemException { public NotSupportedException() : base(Environment.GetResourceString("Arg_NotSupportedException")) { SetErrorCode(__HResults.COR_E_NOTSUPPORTED); } public NotSupportedException(String message) : base(message) { SetErrorCode(__HResults.COR_E_NOTSUPPORTED); } public NotSupportedException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_NOTSUPPORTED); } protected NotSupportedException(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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HwndSourceKeyboardInputSite.cs
- BrowserCapabilitiesFactory.cs
- CachedTypeface.cs
- JoinTreeSlot.cs
- PartialCachingAttribute.cs
- SelectionUIService.cs
- CollectionBase.cs
- entitydatasourceentitysetnameconverter.cs
- StrongNameMembershipCondition.cs
- ColumnWidthChangedEvent.cs
- CurrentChangedEventManager.cs
- CodeExporter.cs
- DataGridCommandEventArgs.cs
- JulianCalendar.cs
- RegistryConfigurationProvider.cs
- OuterGlowBitmapEffect.cs
- PackUriHelper.cs
- _LazyAsyncResult.cs
- LicenseManager.cs
- BStrWrapper.cs
- SigningCredentials.cs
- SystemColorTracker.cs
- ObjectDataSourceEventArgs.cs
- HtmlMeta.cs
- LineInfo.cs
- DataGridViewAutoSizeModeEventArgs.cs
- HttpConfigurationSystem.cs
- ProcessHostMapPath.cs
- JumpList.cs
- ModulesEntry.cs
- BuildDependencySet.cs
- SqlProcedureAttribute.cs
- SerializationTrace.cs
- TransactionContextManager.cs
- ImageClickEventArgs.cs
- InternalBufferManager.cs
- MSAAWinEventWrap.cs
- HttpProfileGroupBase.cs
- DropDownList.cs
- BuilderInfo.cs
- InvalidOperationException.cs
- Operator.cs
- XPathEmptyIterator.cs
- PropertyMap.cs
- MDIControlStrip.cs
- TextTreeTextNode.cs
- ThemeDictionaryExtension.cs
- CompilerResults.cs
- ToolStripButton.cs
- StateBag.cs
- Border.cs
- LinkConverter.cs
- SingleStorage.cs
- UnsafeNativeMethods.cs
- UndoEngine.cs
- invalidudtexception.cs
- FormsAuthenticationTicket.cs
- PolyQuadraticBezierSegment.cs
- PenThread.cs
- TabletCollection.cs
- IndentedWriter.cs
- SQLGuid.cs
- ShaderEffect.cs
- AttributeProviderAttribute.cs
- TextEvent.cs
- Rule.cs
- XamlHostingSection.cs
- PeerObject.cs
- BitmapVisualManager.cs
- BaseDataList.cs
- ConfigurationManagerHelperFactory.cs
- IntSecurity.cs
- Interfaces.cs
- SiteMapPath.cs
- PrtCap_Base.cs
- SchemaMapping.cs
- LogicalExpr.cs
- RuleElement.cs
- ListViewItemEventArgs.cs
- SafeFileHandle.cs
- PersonalizationStateInfoCollection.cs
- WorkflowServiceBehavior.cs
- Literal.cs
- SendActivityEventArgs.cs
- OracleParameter.cs
- MulticastDelegate.cs
- ObjectNotFoundException.cs
- SafeNativeMethods.cs
- Part.cs
- MD5.cs
- InternalBufferOverflowException.cs
- LingerOption.cs
- SystemIPv6InterfaceProperties.cs
- DictionaryEditChange.cs
- ThemeInfoAttribute.cs
- BitmapEffectDrawingContextState.cs
- RuleSetCollection.cs
- SelectorItemAutomationPeer.cs
- EnumerableRowCollection.cs
- ObjectCache.cs