Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / Log / System / IO / Log / ReservationNotFoundException.cs / 1305376 / ReservationNotFoundException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IO.Log { using System; using System.Runtime.Serialization; [Serializable] public class ReservationNotFoundException : ArgumentException { public ReservationNotFoundException() : base(SR.GetString(SR.Argument_ReservationNotFound)) { } public ReservationNotFoundException(string message) : base(message) { } public ReservationNotFoundException(string message, Exception inner) : base(message, inner) { } protected ReservationNotFoundException(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. //----------------------------------------------------------------------------- namespace System.IO.Log { using System; using System.Runtime.Serialization; [Serializable] public class ReservationNotFoundException : ArgumentException { public ReservationNotFoundException() : base(SR.GetString(SR.Argument_ReservationNotFound)) { } public ReservationNotFoundException(string message) : base(message) { } public ReservationNotFoundException(string message, Exception inner) : base(message, inner) { } protected ReservationNotFoundException(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
- CodeLinePragma.cs
- ToolStripArrowRenderEventArgs.cs
- OutArgument.cs
- SiteMapDataSourceView.cs
- PropertyMetadata.cs
- CompoundFileReference.cs
- XmlMtomWriter.cs
- DateTimePicker.cs
- DocumentPaginator.cs
- TransformCollection.cs
- ArraySegment.cs
- DataGridTextBoxColumn.cs
- SynchronizationLockException.cs
- DataTemplateKey.cs
- StreamGeometry.cs
- IUnknownConstantAttribute.cs
- Transform.cs
- WriterOutput.cs
- MenuItemStyleCollection.cs
- DesignerActionService.cs
- DirectoryNotFoundException.cs
- DataColumnCollection.cs
- ISAPIRuntime.cs
- PresentationAppDomainManager.cs
- Transform.cs
- CollectionsUtil.cs
- EncryptedKey.cs
- ItemContainerGenerator.cs
- PopupRoot.cs
- ListSourceHelper.cs
- ProfileServiceManager.cs
- StylusPointCollection.cs
- SqlVersion.cs
- CodeTypeConstructor.cs
- OutputBuffer.cs
- DataBindingList.cs
- FlatButtonAppearance.cs
- SqlBuilder.cs
- IdentityModelDictionary.cs
- PropertyNames.cs
- QuadraticEase.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- UriSectionData.cs
- Thread.cs
- DataTableNewRowEvent.cs
- PassportPrincipal.cs
- RoutedUICommand.cs
- ImpersonateTokenRef.cs
- TimelineClockCollection.cs
- UInt16Converter.cs
- KeyGesture.cs
- DiscoveryRequestHandler.cs
- EntityCollection.cs
- EncodingDataItem.cs
- Predicate.cs
- Selector.cs
- PartBasedPackageProperties.cs
- ValidationErrorCollection.cs
- SqlDelegatedTransaction.cs
- ProjectionNode.cs
- UIPropertyMetadata.cs
- UserControl.cs
- HtmlGenericControl.cs
- Image.cs
- TreeNodeCollection.cs
- UrlPropertyAttribute.cs
- DocumentApplicationJournalEntry.cs
- ProfileBuildProvider.cs
- ErrorTableItemStyle.cs
- CallContext.cs
- EncryptedPackage.cs
- SystemIPInterfaceProperties.cs
- CryptoApi.cs
- ButtonPopupAdapter.cs
- MethodAccessException.cs
- ArrangedElement.cs
- Panel.cs
- FilterElement.cs
- MethodCallExpression.cs
- DBConnection.cs
- ListControl.cs
- ToolStripDropDownClosedEventArgs.cs
- RequestNavigateEventArgs.cs
- PropertySegmentSerializationProvider.cs
- manifestimages.cs
- codemethodreferenceexpression.cs
- PropertyChangedEventArgs.cs
- DBCommandBuilder.cs
- HotCommands.cs
- IdentitySection.cs
- Rotation3DAnimation.cs
- Int32.cs
- ButtonFlatAdapter.cs
- Collection.cs
- BindingMemberInfo.cs
- StyleTypedPropertyAttribute.cs
- HtmlElementCollection.cs
- QilName.cs
- SoapEnumAttribute.cs
- DateTimeConverter.cs