Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Util / hresults.cs / 5 / hresults.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Util { // Note: FACILITY_URT is defined as 0x13 (0x8013xxxx). Within that // range, 0x1yyy is for Runtime errors (used for Security, Metadata, etc). // In that subrange, 0x15zz and 0x16zz have been allocated for classlib-type // HResults. Also note that some of our HResults have to map to certain // COM HR's, etc. internal sealed class HResults { internal const int S_OK = 0; internal const int E_NOTIMPL = unchecked((int)0x80004001); internal const int E_POINTER = unchecked((int)0x80004003); internal const int E_FAIL = unchecked((int)0x80004005); internal const int E_FILENOTFOUND = unchecked((int)0x80070002); internal const int E_PATHNOTFOUND = unchecked((int)0x80070003); internal const int E_ACCESSDENIED = unchecked((int)0x80070005); internal const int E_INVALID_DATA = unchecked((int)0x8007000D); internal const int E_OUTOFMEMORY = unchecked((int)0x8007000E); internal const int E_INVALIDARG = unchecked((int)0x80070057); internal const int E_INSUFFICIENT_BUFFER = unchecked((int)0x8007007A); internal const int WSAECONNABORTED = unchecked((int)0x80072745); internal const int WSAECONNRESET = unchecked((int)0x80072746); internal const int ERROR_TOO_MANY_CMDS = unchecked((int)0x80070038); internal const int ERROR_NOT_SUPPORTED = unchecked((int)0x80070032); private HResults() {} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Util { // Note: FACILITY_URT is defined as 0x13 (0x8013xxxx). Within that // range, 0x1yyy is for Runtime errors (used for Security, Metadata, etc). // In that subrange, 0x15zz and 0x16zz have been allocated for classlib-type // HResults. Also note that some of our HResults have to map to certain // COM HR's, etc. internal sealed class HResults { internal const int S_OK = 0; internal const int E_NOTIMPL = unchecked((int)0x80004001); internal const int E_POINTER = unchecked((int)0x80004003); internal const int E_FAIL = unchecked((int)0x80004005); internal const int E_FILENOTFOUND = unchecked((int)0x80070002); internal const int E_PATHNOTFOUND = unchecked((int)0x80070003); internal const int E_ACCESSDENIED = unchecked((int)0x80070005); internal const int E_INVALID_DATA = unchecked((int)0x8007000D); internal const int E_OUTOFMEMORY = unchecked((int)0x8007000E); internal const int E_INVALIDARG = unchecked((int)0x80070057); internal const int E_INSUFFICIENT_BUFFER = unchecked((int)0x8007007A); internal const int WSAECONNABORTED = unchecked((int)0x80072745); internal const int WSAECONNRESET = unchecked((int)0x80072746); internal const int ERROR_TOO_MANY_CMDS = unchecked((int)0x80070038); internal const int ERROR_NOT_SUPPORTED = unchecked((int)0x80070032); private HResults() {} } } // 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
- BindingBase.cs
- GridErrorDlg.cs
- ChoiceConverter.cs
- DatagridviewDisplayedBandsData.cs
- XmlSerializationReader.cs
- ValueUnavailableException.cs
- XmlSchemaSimpleContent.cs
- DuplicateDetector.cs
- RowSpanVector.cs
- SmtpMail.cs
- FixedSOMGroup.cs
- TypeBuilder.cs
- TreeViewImageIndexConverter.cs
- TypeLoadException.cs
- IndexerNameAttribute.cs
- CommandManager.cs
- TypeBrowser.xaml.cs
- Vars.cs
- NameSpaceEvent.cs
- SerializationEventsCache.cs
- ManagementObject.cs
- GenericWebPart.cs
- RadialGradientBrush.cs
- AutoCompleteStringCollection.cs
- RectangleF.cs
- CounterSampleCalculator.cs
- MissingSatelliteAssemblyException.cs
- PrePrepareMethodAttribute.cs
- DataObject.cs
- SimpleHandlerBuildProvider.cs
- SessionIDManager.cs
- ServerIdentity.cs
- ProfileEventArgs.cs
- InputScopeConverter.cs
- Canvas.cs
- TraceFilter.cs
- EntityDataSourceViewSchema.cs
- KeyboardEventArgs.cs
- AssociatedControlConverter.cs
- ToolStripRenderer.cs
- WebPartZoneDesigner.cs
- XPathMultyIterator.cs
- ToolStripDropDownButton.cs
- StickyNoteContentControl.cs
- FunctionQuery.cs
- CodeCatchClauseCollection.cs
- TableStyle.cs
- UserNameSecurityTokenAuthenticator.cs
- MdbDataFileEditor.cs
- RepeaterItem.cs
- ComboBoxItem.cs
- EdmProviderManifest.cs
- QueryPageSettingsEventArgs.cs
- Point3D.cs
- DirectoryInfo.cs
- Ports.cs
- WebBrowserHelper.cs
- UpDownBase.cs
- DXD.cs
- EventRecordWrittenEventArgs.cs
- ApplicationFileCodeDomTreeGenerator.cs
- FrameworkContextData.cs
- DependencyProperty.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- MultiPageTextView.cs
- ChooseAction.cs
- GetCertificateRequest.cs
- Int32Animation.cs
- ObjectPropertyMapping.cs
- BitmapEffectGroup.cs
- TaskExceptionHolder.cs
- DSACryptoServiceProvider.cs
- TableLayout.cs
- FormsAuthenticationUser.cs
- DataGridViewLinkColumn.cs
- RenderDataDrawingContext.cs
- QuarticEase.cs
- MenuItemBinding.cs
- Formatter.cs
- EventListener.cs
- HebrewNumber.cs
- Exception.cs
- MergeLocalizationDirectives.cs
- CodeGenerator.cs
- OleDbErrorCollection.cs
- LocatorManager.cs
- CompilationRelaxations.cs
- Hashtable.cs
- DiscoveryMessageSequence.cs
- EntityClassGenerator.cs
- CheckedListBox.cs
- UnicastIPAddressInformationCollection.cs
- RuleSettingsCollection.cs
- CodeComment.cs
- CompilerTypeWithParams.cs
- LogFlushAsyncResult.cs
- RemoteWebConfigurationHostServer.cs
- DiscoveryClientChannelFactory.cs
- BitmapPalette.cs
- DbCommandTree.cs