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
- Handle.cs
- Rule.cs
- AppearanceEditorPart.cs
- _ListenerRequestStream.cs
- PropertyStore.cs
- ParameterRetriever.cs
- DtrList.cs
- BounceEase.cs
- RoleService.cs
- FileRecordSequenceCompletedAsyncResult.cs
- StringKeyFrameCollection.cs
- OleDbFactory.cs
- CodeIdentifiers.cs
- TemplateComponentConnector.cs
- PaintValueEventArgs.cs
- COM2FontConverter.cs
- hebrewshape.cs
- SafeSerializationManager.cs
- WebPartTransformerAttribute.cs
- DocumentPageTextView.cs
- XamlWriter.cs
- CodeAccessPermission.cs
- SystemTcpStatistics.cs
- IdleTimeoutMonitor.cs
- AuthenticateEventArgs.cs
- ProtocolViolationException.cs
- HebrewCalendar.cs
- ContentPlaceHolder.cs
- ErrorInfoXmlDocument.cs
- PipelineModuleStepContainer.cs
- DrawingAttributes.cs
- NavigationHelper.cs
- ProfileSettingsCollection.cs
- TypeUnloadedException.cs
- SettingsPropertyNotFoundException.cs
- SevenBitStream.cs
- AspNetHostingPermission.cs
- ExpressionNode.cs
- EdmToObjectNamespaceMap.cs
- AutoSizeComboBox.cs
- BitmapCache.cs
- SafeEventLogWriteHandle.cs
- DrawingAttributes.cs
- RijndaelManagedTransform.cs
- XappLauncher.cs
- FlowDocumentScrollViewer.cs
- FormClosedEvent.cs
- UdpTransportBindingElement.cs
- Application.cs
- CompositeControl.cs
- Events.cs
- LogStore.cs
- DataGridPagerStyle.cs
- TextUtf8RawTextWriter.cs
- ResponseStream.cs
- EntityDataSourceDataSelection.cs
- StrokeNodeOperations.cs
- DataGridViewLinkColumn.cs
- OptionalColumn.cs
- BigInt.cs
- Configuration.cs
- FixedSOMPage.cs
- NavigationPropertyAccessor.cs
- MasterPage.cs
- BitmapEffectInput.cs
- StreamGeometry.cs
- PackageRelationshipCollection.cs
- QueryCacheEntry.cs
- ArglessEventHandlerProxy.cs
- TranslateTransform.cs
- ByteAnimationBase.cs
- BoolExpressionVisitors.cs
- BypassElement.cs
- recordstatescratchpad.cs
- WindowsButton.cs
- BamlLocalizabilityResolver.cs
- WorkflowNamespace.cs
- DeadCharTextComposition.cs
- PathParser.cs
- XmlSignificantWhitespace.cs
- AuthenticateEventArgs.cs
- EmptyArray.cs
- RuntimeEnvironment.cs
- TraceSwitch.cs
- DataGridViewCellStyle.cs
- ListViewHitTestInfo.cs
- InvalidFilterCriteriaException.cs
- DefaultValueConverter.cs
- HttpClientProtocol.cs
- TextEffect.cs
- FixedDSBuilder.cs
- WorkflowView.cs
- Stroke2.cs
- TextBoxBase.cs
- XmlDataSourceNodeDescriptor.cs
- PictureBox.cs
- IPHostEntry.cs
- RenderTargetBitmap.cs
- HandledEventArgs.cs
- InfoCardX509Validator.cs