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
- WorkingDirectoryEditor.cs
- Stack.cs
- EmptyReadOnlyDictionaryInternal.cs
- updateconfighost.cs
- ValidationService.cs
- Codec.cs
- ComplexType.cs
- AssemblyCollection.cs
- HttpListenerException.cs
- _AuthenticationState.cs
- SaveFileDialog.cs
- CaseStatementProjectedSlot.cs
- Application.cs
- MatrixKeyFrameCollection.cs
- SelectionHighlightInfo.cs
- ChildrenQuery.cs
- SafeCryptContextHandle.cs
- SmtpException.cs
- StringFunctions.cs
- RepeaterCommandEventArgs.cs
- Model3DGroup.cs
- HttpListenerRequestUriBuilder.cs
- WebPartVerbsEventArgs.cs
- SelectorItemAutomationPeer.cs
- Drawing.cs
- DataExchangeServiceBinder.cs
- AppLevelCompilationSectionCache.cs
- QueryOperationResponseOfT.cs
- EventSourceCreationData.cs
- ListItemConverter.cs
- _DomainName.cs
- PerformanceCounterManager.cs
- PolyBezierSegmentFigureLogic.cs
- NetStream.cs
- XmlDataContract.cs
- MenuItem.cs
- DataListItemEventArgs.cs
- DeviceContext.cs
- LOSFormatter.cs
- InvalidateEvent.cs
- ListViewItemEventArgs.cs
- PriorityBindingExpression.cs
- AttributeUsageAttribute.cs
- TemplatedMailWebEventProvider.cs
- PropertyCollection.cs
- DbExpressionBuilder.cs
- PageHandlerFactory.cs
- Bezier.cs
- ItemsControl.cs
- HtmlElement.cs
- XmlDataCollection.cs
- SmiMetaData.cs
- HtmlValidatorAdapter.cs
- UnmanagedMemoryStreamWrapper.cs
- ISAPIRuntime.cs
- TextParaClient.cs
- FastEncoderWindow.cs
- SequenceRangeCollection.cs
- TableLayoutSettings.cs
- WebEvents.cs
- SaveCardRequest.cs
- SiteMapPath.cs
- RectValueSerializer.cs
- MouseButtonEventArgs.cs
- DataGridColumnHeaderAutomationPeer.cs
- WorkflowApplicationCompletedEventArgs.cs
- CheckBoxAutomationPeer.cs
- Style.cs
- FrameworkElementFactoryMarkupObject.cs
- CleanUpVirtualizedItemEventArgs.cs
- IntSecurity.cs
- MimeAnyImporter.cs
- Int32Collection.cs
- EntryWrittenEventArgs.cs
- MultiTouchSystemGestureLogic.cs
- DynamicMetaObject.cs
- _AutoWebProxyScriptWrapper.cs
- CodeAccessPermission.cs
- WindowsBrush.cs
- LogSwitch.cs
- DeclarativeExpressionConditionDeclaration.cs
- initElementDictionary.cs
- RegexGroup.cs
- TraceData.cs
- ScriptDescriptor.cs
- mda.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- WebServiceHandlerFactory.cs
- EndpointAddressElementBase.cs
- CommandLibraryHelper.cs
- RedirectionProxy.cs
- IncrementalReadDecoders.cs
- RegexWorker.cs
- ProcessHostConfigUtils.cs
- UnsafeNativeMethods.cs
- MarkupCompiler.cs
- DynamicUpdateCommand.cs
- StringArrayConverter.cs
- PlaceHolder.cs
- LayoutTableCell.cs