Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / Log / System / IO / Log / ReservationNotFoundException.cs / 1 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlAnyElementAttributes.cs
- Solver.cs
- DrawingCollection.cs
- XmlSerializationWriter.cs
- HttpWriter.cs
- StringInfo.cs
- ValueConversionAttribute.cs
- OdbcConnectionFactory.cs
- SqlCacheDependencySection.cs
- FixedStringLookup.cs
- UrlParameterWriter.cs
- XmlSerializerSection.cs
- CreationContext.cs
- SizeChangedInfo.cs
- ILGenerator.cs
- GorillaCodec.cs
- Validator.cs
- FontStretches.cs
- LinqDataSourceStatusEventArgs.cs
- Site.cs
- ActivityMarkupSerializationProvider.cs
- ToolStripOverflowButton.cs
- FontWeights.cs
- RawMouseInputReport.cs
- HttpModuleActionCollection.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- ViewManagerAttribute.cs
- Vector.cs
- HttpListener.cs
- AuthorizationSection.cs
- LinqDataSourceContextEventArgs.cs
- BuildManagerHost.cs
- HasActivatableWorkflowEvent.cs
- Exception.cs
- CodeArrayIndexerExpression.cs
- InternalBufferOverflowException.cs
- XmlBinaryWriterSession.cs
- XpsResource.cs
- GACMembershipCondition.cs
- PageAdapter.cs
- LoadRetryAsyncResult.cs
- SynchronizationScope.cs
- WorkflowPageSetupDialog.cs
- FixedSOMPageElement.cs
- SiteMapPath.cs
- CanonicalXml.cs
- ExternalFile.cs
- DesignerTextWriter.cs
- AssemblyBuilderData.cs
- LogicalTreeHelper.cs
- RegexWriter.cs
- WebConfigurationManager.cs
- XmlSchemas.cs
- __FastResourceComparer.cs
- Style.cs
- WindowsGraphics.cs
- XmlSchemaGroup.cs
- InheritablePropertyChangeInfo.cs
- CategoryAttribute.cs
- UrlPropertyAttribute.cs
- RecognizedPhrase.cs
- ActivityBuilderXamlWriter.cs
- ProgressBarAutomationPeer.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- RayHitTestParameters.cs
- ToolStripDropDownClosingEventArgs.cs
- SelectionProviderWrapper.cs
- IisTraceListener.cs
- RenderDataDrawingContext.cs
- ComboBoxItem.cs
- CheckBoxBaseAdapter.cs
- QilInvokeEarlyBound.cs
- TdsParameterSetter.cs
- TraceShell.cs
- MetabaseSettingsIis7.cs
- FormView.cs
- Helpers.cs
- Bidi.cs
- ReferenceService.cs
- FontStretchConverter.cs
- SafeNativeMethods.cs
- LiteralText.cs
- InputProcessorProfilesLoader.cs
- DataGridViewColumnEventArgs.cs
- Binding.cs
- WindowsSspiNegotiation.cs
- MultiBindingExpression.cs
- HttpCookie.cs
- EventMetadata.cs
- ForeignKeyFactory.cs
- _UncName.cs
- AsymmetricKeyExchangeDeformatter.cs
- WaitForChangedResult.cs
- StringConverter.cs
- KeyValueConfigurationCollection.cs
- JsonWriterDelegator.cs
- XPathNodeInfoAtom.cs
- KnownColorTable.cs
- SelectionHighlightInfo.cs
- DecimalStorage.cs