Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / IO / PathTooLongException.cs / 1305376 / PathTooLongException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: PathTooLongException ** **[....] ** ** ** Purpose: Exception for paths and/or filenames that are ** too long. ** ** ===========================================================*/ using System; using System.Runtime.Serialization; namespace System.IO { [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class PathTooLongException : IOException { public PathTooLongException() : base(Environment.GetResourceString("IO.PathTooLong")) { SetErrorCode(__HResults.COR_E_PATHTOOLONG); } public PathTooLongException(String message) : base(message) { SetErrorCode(__HResults.COR_E_PATHTOOLONG); } public PathTooLongException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_PATHTOOLONG); } [System.Security.SecuritySafeCritical] // auto-generated protected PathTooLongException(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
- XPathNodeList.cs
- Util.cs
- SweepDirectionValidation.cs
- BasicExpandProvider.cs
- metrodevice.cs
- ToolStripComboBox.cs
- ZipIOExtraFieldPaddingElement.cs
- SkewTransform.cs
- KeySplineConverter.cs
- SplitContainer.cs
- DesignerWithHeader.cs
- Identifier.cs
- XsltException.cs
- OpacityConverter.cs
- UrlMappingsSection.cs
- HelpProvider.cs
- ControlParameter.cs
- ScrollChrome.cs
- ExcludePathInfo.cs
- HandlerFactoryCache.cs
- LinkedResource.cs
- FormClosedEvent.cs
- TemplatedMailWebEventProvider.cs
- DataTableMappingCollection.cs
- AspNetHostingPermission.cs
- DiscreteKeyFrames.cs
- QuaternionAnimationUsingKeyFrames.cs
- SqlDataSourceSelectingEventArgs.cs
- ExtendedProperty.cs
- RegexWorker.cs
- NodeLabelEditEvent.cs
- DynamicField.cs
- EdmScalarPropertyAttribute.cs
- DataProtection.cs
- XmlAttributeCache.cs
- ThrowOnMultipleAssignment.cs
- IncrementalReadDecoders.cs
- ContentFilePart.cs
- EdmPropertyAttribute.cs
- Column.cs
- ColumnTypeConverter.cs
- SqlDependencyListener.cs
- CaseInsensitiveComparer.cs
- SourceLineInfo.cs
- mongolianshape.cs
- TypeUsageBuilder.cs
- initElementDictionary.cs
- FocusChangedEventArgs.cs
- TraceContextRecord.cs
- MsmqIntegrationChannelListener.cs
- DocumentAutomationPeer.cs
- ListViewInsertionMark.cs
- CursorInteropHelper.cs
- XsdValidatingReader.cs
- DashStyles.cs
- xdrvalidator.cs
- PeerContact.cs
- Int32Rect.cs
- OneOfTypeConst.cs
- ClientScriptManager.cs
- XmlJsonReader.cs
- RequiredFieldValidator.cs
- SafeCryptoHandles.cs
- WpfPayload.cs
- LockingPersistenceProvider.cs
- Bezier.cs
- TreeView.cs
- HostedElements.cs
- Rectangle.cs
- XsltQilFactory.cs
- HtmlInputSubmit.cs
- WindowsListViewScroll.cs
- MaskedTextBoxDesignerActionList.cs
- xamlnodes.cs
- ScopeElement.cs
- RTLAwareMessageBox.cs
- ListMarkerLine.cs
- CloseSequence.cs
- ObjectNavigationPropertyMapping.cs
- XmlLoader.cs
- SizeChangedEventArgs.cs
- FontCollection.cs
- SecurityKeyIdentifier.cs
- ProviderConnectionPointCollection.cs
- CollectionView.cs
- VectorKeyFrameCollection.cs
- COM2Enum.cs
- CompilationAssemblyInstallComponent.cs
- OleDbRowUpdatedEvent.cs
- XmlCharCheckingReader.cs
- LicenseContext.cs
- PipelineModuleStepContainer.cs
- LineBreakRecord.cs
- StreamingContext.cs
- InternalSafeNativeMethods.cs
- DocumentViewerHelper.cs
- SecurityHeaderLayout.cs
- Environment.cs
- Byte.cs
- DbXmlEnabledProviderManifest.cs