Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // // ==--== /*============================================================================== ** ** 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MasterPageCodeDomTreeGenerator.cs
- InkCanvasFeedbackAdorner.cs
- DefaultMemberAttribute.cs
- FormsAuthenticationTicket.cs
- MetadataWorkspace.cs
- Help.cs
- DataGridViewTextBoxEditingControl.cs
- Overlapped.cs
- AddressHeaderCollection.cs
- CurrentTimeZone.cs
- XmlTextEncoder.cs
- SmtpException.cs
- Converter.cs
- LateBoundBitmapDecoder.cs
- FunctionDetailsReader.cs
- NavigatorOutput.cs
- WorkItem.cs
- _Rfc2616CacheValidators.cs
- StaticDataManager.cs
- PropertyChangeTracker.cs
- FacetDescriptionElement.cs
- ForeignConstraint.cs
- RelationshipDetailsCollection.cs
- _LocalDataStoreMgr.cs
- DocumentReferenceCollection.cs
- KeyPressEvent.cs
- CustomAttributeFormatException.cs
- PropertyDescriptorComparer.cs
- ProcessHostFactoryHelper.cs
- WCFServiceClientProxyGenerator.cs
- BaseAsyncResult.cs
- Claim.cs
- DifferencingCollection.cs
- ScriptingWebServicesSectionGroup.cs
- DebugView.cs
- WSFederationHttpSecurityMode.cs
- SimpleRecyclingCache.cs
- ProfilePropertySettings.cs
- BuildManager.cs
- DirectoryNotFoundException.cs
- HwndProxyElementProvider.cs
- HttpContextBase.cs
- DataObjectAttribute.cs
- DataError.cs
- X509Chain.cs
- _IPv4Address.cs
- TaskDesigner.cs
- DataListItemEventArgs.cs
- SerialPinChanges.cs
- Parameter.cs
- PackagePart.cs
- unsafenativemethodsother.cs
- ExportOptions.cs
- Quaternion.cs
- StringOutput.cs
- LinqDataSourceInsertEventArgs.cs
- WS2007HttpBinding.cs
- SqlTriggerContext.cs
- SimpleFieldTemplateFactory.cs
- KnownTypes.cs
- TransactionContext.cs
- MemberListBinding.cs
- TemplatedControlDesigner.cs
- OutOfMemoryException.cs
- InvalidateEvent.cs
- SchemaElementLookUpTableEnumerator.cs
- DataTablePropertyDescriptor.cs
- SubclassTypeValidatorAttribute.cs
- MeasurementDCInfo.cs
- OperandQuery.cs
- TextOnlyOutput.cs
- URLMembershipCondition.cs
- WsdlBuildProvider.cs
- CodeDesigner.cs
- DesignTimeVisibleAttribute.cs
- LinearGradientBrush.cs
- CallContext.cs
- DoubleCollection.cs
- ContainsRowNumberChecker.cs
- UIntPtr.cs
- SegmentTree.cs
- CodeDesigner.cs
- _FtpDataStream.cs
- VersionUtil.cs
- DocumentSequence.cs
- TheQuery.cs
- ServerValidateEventArgs.cs
- PageRequestManager.cs
- ClaimComparer.cs
- UnmanagedMemoryAccessor.cs
- JsonClassDataContract.cs
- printdlgexmarshaler.cs
- SelfIssuedAuthRSACryptoProvider.cs
- MdImport.cs
- InputLanguageManager.cs
- GradientSpreadMethodValidation.cs
- FixedDocumentSequencePaginator.cs
- TempEnvironment.cs
- cookiecontainer.cs
- DoubleLinkList.cs