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
- sitestring.cs
- SecurityVerifiedMessage.cs
- XmlBinaryWriterSession.cs
- KnownBoxes.cs
- DataGridViewCellLinkedList.cs
- RootContext.cs
- PreProcessInputEventArgs.cs
- Converter.cs
- PageVisual.cs
- TrackingProfile.cs
- MinimizableAttributeTypeConverter.cs
- ContentType.cs
- SecurityTokenProvider.cs
- DbProviderSpecificTypePropertyAttribute.cs
- Attributes.cs
- ContextToken.cs
- FullTextState.cs
- PageSetupDialog.cs
- NonPrimarySelectionGlyph.cs
- ComAdminWrapper.cs
- QualifiedCellIdBoolean.cs
- QueryRewriter.cs
- XamlGridLengthSerializer.cs
- DefaultCommandConverter.cs
- EventWaitHandle.cs
- UndoEngine.cs
- StoreItemCollection.cs
- SettingsPropertyCollection.cs
- UpdatePanel.cs
- TextServicesProperty.cs
- CompensableActivity.cs
- Configuration.cs
- ArrayElementGridEntry.cs
- LicFileLicenseProvider.cs
- ToolboxComponentsCreatedEventArgs.cs
- Figure.cs
- SourceFileBuildProvider.cs
- VisualTarget.cs
- ResourceType.cs
- CopyOfAction.cs
- HybridDictionary.cs
- SqlSelectClauseBuilder.cs
- HwndTarget.cs
- ProcessModelSection.cs
- PrintEvent.cs
- SpeakCompletedEventArgs.cs
- PageCatalogPart.cs
- TickBar.cs
- PolyBezierSegmentFigureLogic.cs
- SecurityListenerSettingsLifetimeManager.cs
- XmlILModule.cs
- typedescriptorpermission.cs
- ImageAnimator.cs
- FontSourceCollection.cs
- AppliedDeviceFiltersDialog.cs
- CodeGroup.cs
- dataobject.cs
- ColumnReorderedEventArgs.cs
- XmlSchemaExternal.cs
- SqlCachedBuffer.cs
- Identifier.cs
- PropertyDescriptors.cs
- RegexCompiler.cs
- MulticastOption.cs
- OperationBehaviorAttribute.cs
- VisualTreeHelper.cs
- StatusBarDrawItemEvent.cs
- DbConnectionPoolIdentity.cs
- dbdatarecord.cs
- SessionStateModule.cs
- ActionItem.cs
- DataConnectionHelper.cs
- XPSSignatureDefinition.cs
- XmlSchemaComplexContentRestriction.cs
- NegationPusher.cs
- ImageDrawing.cs
- PermissionAttributes.cs
- HtmlInputCheckBox.cs
- StringTraceRecord.cs
- CngProvider.cs
- SubtreeProcessor.cs
- FtpWebResponse.cs
- DuplicateMessageDetector.cs
- SerializerProvider.cs
- Rules.cs
- QuaternionRotation3D.cs
- Triplet.cs
- SlipBehavior.cs
- UIElementIsland.cs
- ObjectContext.cs
- DXD.cs
- SmiContext.cs
- userdatakeys.cs
- AssemblyAttributesGoHere.cs
- ElementUtil.cs
- StylusPointProperty.cs
- NavigatorInput.cs
- Point3D.cs
- DataSourceConverter.cs
- StringDictionary.cs