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 / PlatformNotSupportedException.cs / 1 / PlatformNotSupportedException.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*==============================================================================
**
** Class: PlatformNotSupportedException
**
**
** Purpose: To handle features that don't run on particular platforms
**
**
=============================================================================*/
namespace System {
using System;
using System.Runtime.Serialization;
[System.Runtime.InteropServices.ComVisible(true)]
[Serializable()] public class PlatformNotSupportedException : NotSupportedException
{
public PlatformNotSupportedException()
: base(Environment.GetResourceString("Arg_PlatformNotSupported")) {
SetErrorCode(__HResults.COR_E_PLATFORMNOTSUPPORTED);
}
public PlatformNotSupportedException(String message)
: base(message) {
SetErrorCode(__HResults.COR_E_PLATFORMNOTSUPPORTED);
}
public PlatformNotSupportedException(String message, Exception inner)
: base(message, inner) {
SetErrorCode(__HResults.COR_E_PLATFORMNOTSUPPORTED);
}
protected PlatformNotSupportedException(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: PlatformNotSupportedException
**
**
** Purpose: To handle features that don't run on particular platforms
**
**
=============================================================================*/
namespace System {
using System;
using System.Runtime.Serialization;
[System.Runtime.InteropServices.ComVisible(true)]
[Serializable()] public class PlatformNotSupportedException : NotSupportedException
{
public PlatformNotSupportedException()
: base(Environment.GetResourceString("Arg_PlatformNotSupported")) {
SetErrorCode(__HResults.COR_E_PLATFORMNOTSUPPORTED);
}
public PlatformNotSupportedException(String message)
: base(message) {
SetErrorCode(__HResults.COR_E_PLATFORMNOTSUPPORTED);
}
public PlatformNotSupportedException(String message, Exception inner)
: base(message, inner) {
SetErrorCode(__HResults.COR_E_PLATFORMNOTSUPPORTED);
}
protected PlatformNotSupportedException(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
- XmlCodeExporter.cs
- GrowingArray.cs
- PropertyStore.cs
- DataPointer.cs
- ColumnCollection.cs
- XmlAtomicValue.cs
- ButtonDesigner.cs
- ByteRangeDownloader.cs
- DynamicField.cs
- DescendentsWalker.cs
- BinaryParser.cs
- EdmItemError.cs
- DocumentSequence.cs
- RequiredFieldValidator.cs
- CompressEmulationStream.cs
- AdPostCacheSubstitution.cs
- RepeatBehavior.cs
- ResXResourceWriter.cs
- PolyLineSegment.cs
- GetFileNameResult.cs
- WindowsGrip.cs
- DataFieldEditor.cs
- InplaceBitmapMetadataWriter.cs
- ColorDialog.cs
- UriParserTemplates.cs
- Exceptions.cs
- TrackingDataItemValue.cs
- Thickness.cs
- ListSourceHelper.cs
- HttpResponse.cs
- LocalizableResourceBuilder.cs
- Roles.cs
- DeviceFilterDictionary.cs
- BrowserDefinitionCollection.cs
- BaseDataList.cs
- FixedSOMTextRun.cs
- AssociationTypeEmitter.cs
- RepeaterCommandEventArgs.cs
- LongTypeConverter.cs
- ChangePassword.cs
- ItemsPanelTemplate.cs
- AttributeCollection.cs
- EmptyControlCollection.cs
- AnonymousIdentificationModule.cs
- GeneralTransformGroup.cs
- CFGGrammar.cs
- Rect3DValueSerializer.cs
- TemplateNameScope.cs
- MetadataItemEmitter.cs
- HtmlDocument.cs
- HistoryEventArgs.cs
- Stream.cs
- CodeValidator.cs
- CodeAttributeArgumentCollection.cs
- webeventbuffer.cs
- BamlRecordHelper.cs
- Color.cs
- ProcessActivityTreeOptions.cs
- LinkConverter.cs
- HttpCookie.cs
- RTLAwareMessageBox.cs
- SyndicationSerializer.cs
- DashStyle.cs
- LinqDataSourceHelper.cs
- CacheHelper.cs
- LicenseProviderAttribute.cs
- SafeNativeMethods.cs
- CreateParams.cs
- Margins.cs
- SqlConnectionStringBuilder.cs
- SemaphoreSecurity.cs
- CompositeFontInfo.cs
- ContextMenuStripGroup.cs
- WindowsListViewItem.cs
- ScriptHandlerFactory.cs
- MaskedTextBoxDesignerActionList.cs
- Calendar.cs
- AssemblyBuilder.cs
- IntPtr.cs
- ItemsControl.cs
- SafeNativeMethodsOther.cs
- TreeViewItem.cs
- configsystem.cs
- XmlNamespaceMappingCollection.cs
- TextStore.cs
- StaticTextPointer.cs
- SessionChannels.cs
- OraclePermissionAttribute.cs
- ObjectDataSourceFilteringEventArgs.cs
- Italic.cs
- HtmlTextBoxAdapter.cs
- DataPagerFieldItem.cs
- ExportOptions.cs
- WindowsTab.cs
- RawMouseInputReport.cs
- RoleService.cs
- SymLanguageVendor.cs
- CodeGenerator.cs
- SQLByteStorage.cs
- OdbcParameter.cs