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
- WindowsAuthenticationModule.cs
- ScrollableControl.cs
- TextServicesDisplayAttributePropertyRanges.cs
- DataGridViewTextBoxEditingControl.cs
- RolePrincipal.cs
- XsltArgumentList.cs
- DescendentsWalker.cs
- ExceptionHelpers.cs
- DefaultHttpHandler.cs
- LoginName.cs
- CustomErrorsSectionWrapper.cs
- AsyncResult.cs
- SqlTypeConverter.cs
- ErrorInfoXmlDocument.cs
- SimpleWorkerRequest.cs
- OracleInfoMessageEventArgs.cs
- IxmlLineInfo.cs
- ObjectCloneHelper.cs
- DragEvent.cs
- PropertyCondition.cs
- MorphHelpers.cs
- CookielessHelper.cs
- NativeMethods.cs
- ResourceKey.cs
- ValidationPropertyAttribute.cs
- StyleHelper.cs
- ItemDragEvent.cs
- HTMLTextWriter.cs
- TypeLoadException.cs
- SafeNativeMethodsOther.cs
- QueryOutputWriterV1.cs
- FontUnitConverter.cs
- TextDpi.cs
- TabPage.cs
- TrackBar.cs
- ColumnMapVisitor.cs
- ObjectDataSourceSelectingEventArgs.cs
- Popup.cs
- RequestCacheManager.cs
- XmlValidatingReaderImpl.cs
- SocketAddress.cs
- BitmapSource.cs
- _AuthenticationState.cs
- KernelTypeValidation.cs
- EntityConnection.cs
- ListDesigner.cs
- MasterPageParser.cs
- CalendarButton.cs
- PKCS1MaskGenerationMethod.cs
- WrapPanel.cs
- InternalControlCollection.cs
- TransformProviderWrapper.cs
- LambdaCompiler.Statements.cs
- ServiceDocument.cs
- SQLBinary.cs
- RunInstallerAttribute.cs
- SqlUDTStorage.cs
- ToolStripButton.cs
- EventEntry.cs
- ResourcesBuildProvider.cs
- ValidateNames.cs
- MostlySingletonList.cs
- UnicodeEncoding.cs
- PackageFilter.cs
- AuthenticationService.cs
- AmbiguousMatchException.cs
- DebugTracing.cs
- ExpressionServices.cs
- DesignerVerbCollection.cs
- CacheDependency.cs
- TreeNodeStyleCollection.cs
- RemotingServices.cs
- UInt16Converter.cs
- WizardStepBase.cs
- TdsParserStateObject.cs
- MachineKeyConverter.cs
- DbCommandDefinition.cs
- DesignerDataConnection.cs
- HtmlValidationSummaryAdapter.cs
- ComplusTypeValidator.cs
- TargetPerspective.cs
- TranslateTransform.cs
- Version.cs
- ListViewTableCell.cs
- DateTimeConstantAttribute.cs
- X509ChainElement.cs
- FixedTextPointer.cs
- initElementDictionary.cs
- Bezier.cs
- EventDescriptor.cs
- GridViewHeaderRowPresenter.cs
- DependencyPropertyValueSerializer.cs
- GroupBoxAutomationPeer.cs
- PropertyPathConverter.cs
- ArgIterator.cs
- EditorAttribute.cs
- CoTaskMemUnicodeSafeHandle.cs
- WinInet.cs
- MediaContext.cs
- BackgroundWorker.cs