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
- CompiledQuery.cs
- DataGridDesigner.cs
- ServerValidateEventArgs.cs
- ReadOnlyKeyedCollection.cs
- XmlSerializerNamespaces.cs
- EntityDesignPluralizationHandler.cs
- ApplicationFileParser.cs
- ProgressBar.cs
- ListItem.cs
- Int32Converter.cs
- CryptoApi.cs
- ObservableCollection.cs
- UIElementIsland.cs
- TreeNode.cs
- SimpleRecyclingCache.cs
- EntityProxyFactory.cs
- ValidationPropertyAttribute.cs
- BuildProviderCollection.cs
- WaitingCursor.cs
- FormsAuthenticationCredentials.cs
- StoreItemCollection.Loader.cs
- ToolStripContainer.cs
- PointConverter.cs
- ThreadBehavior.cs
- RealProxy.cs
- SqlDataSourceSelectingEventArgs.cs
- DecimalFormatter.cs
- DataServiceQueryContinuation.cs
- CustomAttributeBuilder.cs
- ExpressionVisitor.cs
- SafeMemoryMappedFileHandle.cs
- FileDialog_Vista_Interop.cs
- DescendantOverDescendantQuery.cs
- ActivationArguments.cs
- TabletDevice.cs
- DataService.cs
- SwitchAttribute.cs
- HwndAppCommandInputProvider.cs
- X509ChainPolicy.cs
- XsltArgumentList.cs
- ToolStripArrowRenderEventArgs.cs
- ItemCollection.cs
- SamlAttributeStatement.cs
- PropertyRecord.cs
- CharacterHit.cs
- XmlNode.cs
- TextMarkerSource.cs
- DetailsView.cs
- SqlServices.cs
- StringExpressionSet.cs
- ContextStaticAttribute.cs
- Error.cs
- RemotingSurrogateSelector.cs
- TraceRecord.cs
- DateTimeOffsetConverter.cs
- hwndwrapper.cs
- Environment.cs
- WebConfigurationHost.cs
- AuthenticationConfig.cs
- BezierSegment.cs
- glyphs.cs
- RestHandlerFactory.cs
- documentation.cs
- PenThreadWorker.cs
- SByte.cs
- ThreadInterruptedException.cs
- clipboard.cs
- Event.cs
- UseAttributeSetsAction.cs
- printdlgexmarshaler.cs
- BinaryMethodMessage.cs
- DiffuseMaterial.cs
- SqlCrossApplyToCrossJoin.cs
- TextLine.cs
- FaultContractAttribute.cs
- XmlSchemaSubstitutionGroup.cs
- FlatButtonAppearance.cs
- DataStreamFromComStream.cs
- DeferredTextReference.cs
- DataGridAutoFormat.cs
- HtmlImageAdapter.cs
- XhtmlConformanceSection.cs
- ListenerElementsCollection.cs
- ObjectAnimationBase.cs
- ListViewDataItem.cs
- CodeStatement.cs
- WebConfigurationHost.cs
- EditorBrowsableAttribute.cs
- ActivityDesignerAccessibleObject.cs
- ParenExpr.cs
- PublishLicense.cs
- MulticastOption.cs
- HostingEnvironmentSection.cs
- PolicyLevel.cs
- ItemAutomationPeer.cs
- MimeObjectFactory.cs
- _NegoState.cs
- OuterGlowBitmapEffect.cs
- ElementAction.cs
- TableMethodGenerator.cs