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
- NumberFunctions.cs
- GZipDecoder.cs
- CollectionViewSource.cs
- StaticExtensionConverter.cs
- XmlDataCollection.cs
- Int32CAMarshaler.cs
- BitmapFrameEncode.cs
- NativeMethods.cs
- ModuleElement.cs
- ReflectionTypeLoadException.cs
- LinqDataSourceStatusEventArgs.cs
- TextBounds.cs
- ConnectionPoolManager.cs
- DataGridTablesFactory.cs
- ResponseBodyWriter.cs
- TreeView.cs
- Win32Exception.cs
- COM2PropertyPageUITypeConverter.cs
- FixedSOMFixedBlock.cs
- Directory.cs
- TableRowGroup.cs
- SqlFlattener.cs
- CaretElement.cs
- DateTimePicker.cs
- TableCellCollection.cs
- EditorBrowsableAttribute.cs
- XmlBinaryReader.cs
- ControlValuePropertyAttribute.cs
- WpfSharedBamlSchemaContext.cs
- IntSecurity.cs
- StringConcat.cs
- ImplicitInputBrush.cs
- WmlMobileTextWriter.cs
- CompositeDataBoundControl.cs
- ProviderCommandInfoUtils.cs
- PresentationAppDomainManager.cs
- TypeBuilderInstantiation.cs
- PTUtility.cs
- Util.cs
- SelectionItemProviderWrapper.cs
- ObjectDataSourceChooseMethodsPanel.cs
- TableStyle.cs
- DataTableExtensions.cs
- AuthenticationSchemesHelper.cs
- BuilderElements.cs
- _ProxyRegBlob.cs
- DataViewManager.cs
- PositiveTimeSpanValidator.cs
- XsltOutput.cs
- WebPartManagerInternals.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- InstanceOwnerQueryResult.cs
- LongValidator.cs
- IncomingWebResponseContext.cs
- ComponentEditorForm.cs
- EFAssociationProvider.cs
- ResXResourceWriter.cs
- BigInt.cs
- SqlUserDefinedTypeAttribute.cs
- ToRequest.cs
- DataObjectMethodAttribute.cs
- ManagementException.cs
- SweepDirectionValidation.cs
- PropertyKey.cs
- DataSysAttribute.cs
- ComboBox.cs
- TableLayoutStyleCollection.cs
- RelationshipSet.cs
- CodeNamespaceImport.cs
- KeyInterop.cs
- ArrayList.cs
- DoubleAverageAggregationOperator.cs
- ProfileModule.cs
- EventLog.cs
- Int64AnimationUsingKeyFrames.cs
- SchemaCollectionPreprocessor.cs
- DbException.cs
- Matrix3DStack.cs
- XamlPointCollectionSerializer.cs
- DesignTableCollection.cs
- HtmlForm.cs
- TrimSurroundingWhitespaceAttribute.cs
- ListBoxItemWrapperAutomationPeer.cs
- DotExpr.cs
- DependencyPropertyHelper.cs
- ISO2022Encoding.cs
- PlanCompilerUtil.cs
- SqlLiftWhereClauses.cs
- CompilerWrapper.cs
- SqlGenericUtil.cs
- CodeNamespace.cs
- XmlDataSourceView.cs
- TdsParameterSetter.cs
- OptimizerPatterns.cs
- SiteMapPath.cs
- TransformValueSerializer.cs
- TemplateEditingFrame.cs
- DataBoundControlHelper.cs
- JapaneseLunisolarCalendar.cs
- FormViewDesigner.cs