Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / NotImplementedException.cs / 1 / NotImplementedException.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*==============================================================================
**
** Class: NotImplementedException
**
**
** Purpose: Exception thrown when a requested method or operation is not
** implemented.
**
**
=============================================================================*/
namespace System {
using System;
using System.Runtime.Serialization;
[System.Runtime.InteropServices.ComVisible(true)]
[Serializable()] public class NotImplementedException : SystemException
{
public NotImplementedException()
: base(Environment.GetResourceString("Arg_NotImplementedException")) {
SetErrorCode(__HResults.E_NOTIMPL);
}
public NotImplementedException(String message)
: base(message) {
SetErrorCode(__HResults.E_NOTIMPL);
}
public NotImplementedException(String message, Exception inner)
: base(message, inner) {
SetErrorCode(__HResults.E_NOTIMPL);
}
protected NotImplementedException(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: NotImplementedException
**
**
** Purpose: Exception thrown when a requested method or operation is not
** implemented.
**
**
=============================================================================*/
namespace System {
using System;
using System.Runtime.Serialization;
[System.Runtime.InteropServices.ComVisible(true)]
[Serializable()] public class NotImplementedException : SystemException
{
public NotImplementedException()
: base(Environment.GetResourceString("Arg_NotImplementedException")) {
SetErrorCode(__HResults.E_NOTIMPL);
}
public NotImplementedException(String message)
: base(message) {
SetErrorCode(__HResults.E_NOTIMPL);
}
public NotImplementedException(String message, Exception inner)
: base(message, inner) {
SetErrorCode(__HResults.E_NOTIMPL);
}
protected NotImplementedException(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
- HtmlEncodedRawTextWriter.cs
- VectorCollectionConverter.cs
- Registry.cs
- LoginUtil.cs
- ToolstripProfessionalRenderer.cs
- TableLayoutStyleCollection.cs
- RegexCompilationInfo.cs
- HyperLinkColumn.cs
- UrlAuthFailedErrorFormatter.cs
- SmtpNtlmAuthenticationModule.cs
- DoubleUtil.cs
- FormsAuthenticationEventArgs.cs
- Update.cs
- PropertyGeneratedEventArgs.cs
- RequiredFieldValidator.cs
- CommandSet.cs
- MethodBody.cs
- BindingBase.cs
- Tablet.cs
- PathFigureCollection.cs
- nulltextnavigator.cs
- Axis.cs
- PrinterSettings.cs
- CompoundFileDeflateTransform.cs
- SqlTrackingService.cs
- SecurityTokenException.cs
- PolicyValidationException.cs
- DataGridViewColumnCollection.cs
- FontNamesConverter.cs
- AncillaryOps.cs
- ProcessHost.cs
- DictionarySurrogate.cs
- XmlSchemaAll.cs
- EventRecord.cs
- RegisteredExpandoAttribute.cs
- DataGridViewSelectedCellCollection.cs
- CollectionsUtil.cs
- SqlSupersetValidator.cs
- SafeCloseHandleCritical.cs
- SqlWriter.cs
- Propagator.Evaluator.cs
- FtpWebResponse.cs
- LineMetrics.cs
- HijriCalendar.cs
- Comparer.cs
- Completion.cs
- CharacterMetrics.cs
- Debugger.cs
- DataListItemEventArgs.cs
- XPathSelfQuery.cs
- NullableLongMinMaxAggregationOperator.cs
- EncodingNLS.cs
- XmlNullResolver.cs
- Catch.cs
- Adorner.cs
- DataComponentNameHandler.cs
- OleDbWrapper.cs
- DoubleAnimationClockResource.cs
- ResourceDescriptionAttribute.cs
- SQLDateTime.cs
- MutexSecurity.cs
- TraceHandler.cs
- FormCollection.cs
- TypeSystemProvider.cs
- LambdaCompiler.Binary.cs
- Schema.cs
- LinqDataSourceStatusEventArgs.cs
- TagPrefixInfo.cs
- ExecutionTracker.cs
- TimeStampChecker.cs
- StylusPointCollection.cs
- MemberDescriptor.cs
- TrailingSpaceComparer.cs
- PolicyImporterElement.cs
- Line.cs
- SignatureToken.cs
- SettingsBindableAttribute.cs
- AlignmentYValidation.cs
- SimpleWebHandlerParser.cs
- SecurityElementBase.cs
- Rfc2898DeriveBytes.cs
- Vector3dCollection.cs
- querybuilder.cs
- PersonalizableTypeEntry.cs
- FixedLineResult.cs
- MetadataProperty.cs
- TextEditorDragDrop.cs
- NetCodeGroup.cs
- PersonalizationDictionary.cs
- TextRunTypographyProperties.cs
- PreloadedPackages.cs
- ActivityExecutorDelegateInfo.cs
- DataStreams.cs
- OdbcHandle.cs
- CollectionContainer.cs
- ListBox.cs
- CssClassPropertyAttribute.cs
- NullableIntSumAggregationOperator.cs
- OleDbReferenceCollection.cs
- X509ChainPolicy.cs