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
- WorkflowMarkupSerializationManager.cs
- FloaterBaseParaClient.cs
- DeleteWorkflowOwnerCommand.cs
- User.cs
- CharacterString.cs
- ClassImporter.cs
- SecurityTokenTypes.cs
- ErrorReporting.cs
- TextPattern.cs
- Int32Animation.cs
- WinEventWrap.cs
- OleAutBinder.cs
- DbConnectionPoolGroup.cs
- UnsafeNativeMethods.cs
- EntityContainerRelationshipSet.cs
- NonDualMessageSecurityOverHttpElement.cs
- Emitter.cs
- ThreadInterruptedException.cs
- Encoder.cs
- SizeAnimationClockResource.cs
- FactoryGenerator.cs
- NodeFunctions.cs
- WindowsAuthenticationModule.cs
- WindowsIdentity.cs
- ScriptingSectionGroup.cs
- EventBuilder.cs
- AtomMaterializer.cs
- ExceptionHandlers.cs
- BaseTemplateBuildProvider.cs
- ExeConfigurationFileMap.cs
- FileDialog.cs
- SingletonConnectionReader.cs
- ItemsChangedEventArgs.cs
- Identifier.cs
- VirtualPathUtility.cs
- FontResourceCache.cs
- ResizingMessageFilter.cs
- FreezableOperations.cs
- NetPeerTcpBinding.cs
- BCryptNative.cs
- SessionPageStatePersister.cs
- LinkUtilities.cs
- ViewManager.cs
- SpinWait.cs
- SiteMapHierarchicalDataSourceView.cs
- LocatorManager.cs
- DataGridTemplateColumn.cs
- DataRelationPropertyDescriptor.cs
- PatternMatcher.cs
- XComponentModel.cs
- NativeCppClassAttribute.cs
- HttpCapabilitiesSectionHandler.cs
- recordstatefactory.cs
- ContextBase.cs
- SiteMapSection.cs
- SpellerStatusTable.cs
- XamlInt32CollectionSerializer.cs
- BuildProviderUtils.cs
- UITypeEditor.cs
- ObjectIDGenerator.cs
- Soap.cs
- BitmapCacheBrush.cs
- UpdatePanelControlTrigger.cs
- ProxyFragment.cs
- XmlSchemaObject.cs
- UpdateRecord.cs
- PassportIdentity.cs
- ValidatorCompatibilityHelper.cs
- ExpanderAutomationPeer.cs
- LoginName.cs
- CreateParams.cs
- OdbcReferenceCollection.cs
- SecurityTokenProvider.cs
- ValuePatternIdentifiers.cs
- TemplateColumn.cs
- MailAddress.cs
- WebControl.cs
- BamlCollectionHolder.cs
- GeometryModel3D.cs
- ScriptingProfileServiceSection.cs
- WorkflowPrinting.cs
- AssemblySettingAttributes.cs
- HttpDebugHandler.cs
- MaskedTextProvider.cs
- BasicHttpMessageSecurityElement.cs
- CalendarDateChangedEventArgs.cs
- LinqDataSourceContextEventArgs.cs
- WebPartCloseVerb.cs
- ScriptControl.cs
- SqlTriggerContext.cs
- ImageIndexConverter.cs
- Vector3DConverter.cs
- DropShadowEffect.cs
- OleDbParameterCollection.cs
- UnicastIPAddressInformationCollection.cs
- NextPreviousPagerField.cs
- Array.cs
- HtmlInputReset.cs
- TemplateControlParser.cs
- HtmlElement.cs