Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- FamilyTypefaceCollection.cs
- PointLightBase.cs
- _BasicClient.cs
- DuplicateWaitObjectException.cs
- PartialCachingAttribute.cs
- VisualStyleRenderer.cs
- DataGridViewToolTip.cs
- COM2ExtendedBrowsingHandler.cs
- HostedHttpTransportManager.cs
- RefType.cs
- StringFreezingAttribute.cs
- HandlerMappingMemo.cs
- CodeGroup.cs
- SchemaImporterExtensionElementCollection.cs
- TdsValueSetter.cs
- MulticastIPAddressInformationCollection.cs
- Crc32Helper.cs
- DropDownList.cs
- FileClassifier.cs
- ConfigurationValidatorBase.cs
- RpcCryptoContext.cs
- ProviderConnectionPointCollection.cs
- QilInvokeEarlyBound.cs
- GroupLabel.cs
- HttpCachePolicyWrapper.cs
- ScriptModule.cs
- bindurihelper.cs
- KeyValueConfigurationElement.cs
- CustomErrorCollection.cs
- MasterPageBuildProvider.cs
- SapiRecognizer.cs
- GridViewColumnCollectionChangedEventArgs.cs
- StateMachineWorkflowDesigner.cs
- HybridDictionary.cs
- DataTableMapping.cs
- MetaData.cs
- ToolStripDropDown.cs
- StatusStrip.cs
- PageAsyncTask.cs
- XPathAxisIterator.cs
- ControlValuePropertyAttribute.cs
- ServiceEndpointAssociationProvider.cs
- ToolBarPanel.cs
- RecordBuilder.cs
- ItemList.cs
- XmlElementAttribute.cs
- HtmlInputFile.cs
- safelinkcollection.cs
- ProtocolElement.cs
- WebUtil.cs
- StylusPointPropertyUnit.cs
- DockAndAnchorLayout.cs
- typedescriptorpermissionattribute.cs
- EditCommandColumn.cs
- SymbolEqualComparer.cs
- StateItem.cs
- PenLineJoinValidation.cs
- FontConverter.cs
- MaterialGroup.cs
- DistinctQueryOperator.cs
- Documentation.cs
- CFStream.cs
- XmlTextReaderImpl.cs
- ContentElement.cs
- UIAgentAsyncBeginRequest.cs
- Model3DCollection.cs
- PropertyRef.cs
- EmptyControlCollection.cs
- XPathDocument.cs
- WeakReferenceKey.cs
- GeneralTransform3DTo2D.cs
- StoreContentChangedEventArgs.cs
- ClaimSet.cs
- FloaterBaseParaClient.cs
- RemoveFromCollection.cs
- PanelStyle.cs
- UInt32Storage.cs
- SuppressMessageAttribute.cs
- ResizeGrip.cs
- DataServiceContext.cs
- XmlSchemaExporter.cs
- ReflectPropertyDescriptor.cs
- DBSqlParserTableCollection.cs
- HttpCapabilitiesBase.cs
- TrackingStringDictionary.cs
- InputScopeConverter.cs
- CacheRequest.cs
- QilFactory.cs
- basenumberconverter.cs
- ValidatingReaderNodeData.cs
- CheckBoxField.cs
- DataGridColumn.cs
- LinqDataSourceDeleteEventArgs.cs
- BitmapEffect.cs
- UpdatableWrapper.cs
- FileLogRecordEnumerator.cs
- PropertyContainer.cs
- ByteAnimationBase.cs
- TextUtf8RawTextWriter.cs
- TcpConnectionPoolSettingsElement.cs