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
- DecimalKeyFrameCollection.cs
- SessionStateModule.cs
- BuildProvider.cs
- RoleManagerSection.cs
- MarshalByRefObject.cs
- NotifyCollectionChangedEventArgs.cs
- TextServicesManager.cs
- CustomTypeDescriptor.cs
- PropertyInfoSet.cs
- AccessDataSource.cs
- UpDownBase.cs
- DelegateBodyWriter.cs
- SafeRightsManagementPubHandle.cs
- XsltCompileContext.cs
- ExpressionBindingCollection.cs
- SqlTypeSystemProvider.cs
- EmbossBitmapEffect.cs
- GZipStream.cs
- SqlDataRecord.cs
- NetworkInformationPermission.cs
- StringConcat.cs
- Base64Decoder.cs
- WeakEventManager.cs
- DataMemberFieldEditor.cs
- FacetDescriptionElement.cs
- ListView.cs
- XmlTextAttribute.cs
- MultiTrigger.cs
- InertiaExpansionBehavior.cs
- Span.cs
- EmulateRecognizeCompletedEventArgs.cs
- Binding.cs
- RegexStringValidator.cs
- ReflectTypeDescriptionProvider.cs
- ImageListStreamer.cs
- GCHandleCookieTable.cs
- ReadWriteSpinLock.cs
- HttpWebRequestElement.cs
- DBBindings.cs
- WebUtil.cs
- Properties.cs
- LookupBindingPropertiesAttribute.cs
- DesignerSerializationManager.cs
- SessionStateSection.cs
- SchemaElement.cs
- ExpressionEditorAttribute.cs
- RegexFCD.cs
- ReadOnlyDictionary.cs
- DispatcherHookEventArgs.cs
- CodeDOMUtility.cs
- PageParserFilter.cs
- TableLayoutPanel.cs
- FunctionCommandText.cs
- IndexedSelectQueryOperator.cs
- DataSourceIDConverter.cs
- ParsedAttributeCollection.cs
- GeneralTransform3DTo2DTo3D.cs
- CompilerParameters.cs
- WebPartUtil.cs
- DrawingBrush.cs
- UnaryQueryOperator.cs
- OdbcConnectionHandle.cs
- PointAnimationUsingKeyFrames.cs
- RoutedEventHandlerInfo.cs
- SmiContext.cs
- RelationshipWrapper.cs
- XmlChoiceIdentifierAttribute.cs
- DiscardableAttribute.cs
- ClientApiGenerator.cs
- ControlType.cs
- ChannelCredentials.cs
- ColorMap.cs
- PersonalizationDictionary.cs
- PublisherMembershipCondition.cs
- TableItemPattern.cs
- GifBitmapEncoder.cs
- ComponentChangingEvent.cs
- MILUtilities.cs
- ContainerUIElement3D.cs
- TextBoxBase.cs
- ValueUtilsSmi.cs
- TabControl.cs
- wmiprovider.cs
- VisualBrush.cs
- DeploymentExceptionMapper.cs
- XPathPatternParser.cs
- DataFormats.cs
- WebConfigurationManager.cs
- DoubleAnimationBase.cs
- PointIndependentAnimationStorage.cs
- EventLogPermission.cs
- JournalEntryListConverter.cs
- GridViewRowCollection.cs
- CollectionViewProxy.cs
- ConnectionsZone.cs
- DoubleLinkListEnumerator.cs
- StylusPointPropertyInfo.cs
- ContainerSelectorGlyph.cs
- DataRelationCollection.cs
- HyperLink.cs