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
- COM2Enum.cs
- COM2IProvidePropertyBuilderHandler.cs
- SymbolMethod.cs
- DataMemberAttribute.cs
- ChangeProcessor.cs
- Expr.cs
- EntityDataSourceContextCreatedEventArgs.cs
- TextTreeFixupNode.cs
- TryCatch.cs
- _emptywebproxy.cs
- SharedPersonalizationStateInfo.cs
- AssemblyResourceLoader.cs
- _ProxyRegBlob.cs
- BitStream.cs
- ValidatingReaderNodeData.cs
- _ListenerRequestStream.cs
- ComponentResourceKeyConverter.cs
- RectAnimationClockResource.cs
- ValidationSummary.cs
- XmlSchemaObject.cs
- Timer.cs
- BezierSegment.cs
- DateTimeSerializationSection.cs
- ServiceOperationInvoker.cs
- SpotLight.cs
- CopyNodeSetAction.cs
- BaseTemplateParser.cs
- StorageMappingItemCollection.cs
- RuleConditionDialog.Designer.cs
- ExpressionsCollectionEditor.cs
- KeyValueSerializer.cs
- DbFunctionCommandTree.cs
- KnownIds.cs
- EnumerableRowCollection.cs
- FixedSOMLineRanges.cs
- WeakEventManager.cs
- MembershipPasswordException.cs
- GridViewRow.cs
- XmlExpressionDumper.cs
- StartUpEventArgs.cs
- QuerySubExprEliminator.cs
- __Error.cs
- SurrogateEncoder.cs
- XmlSchemaExternal.cs
- SecureUICommand.cs
- SoapCodeExporter.cs
- NavigatorInput.cs
- CqlLexer.cs
- RemotingSurrogateSelector.cs
- ProfilePropertySettingsCollection.cs
- EntityDataSourceUtil.cs
- EventListener.cs
- HttpApplicationFactory.cs
- XmlValidatingReader.cs
- basenumberconverter.cs
- HexParser.cs
- RequestTimeoutManager.cs
- PeerNameRegistration.cs
- CollectionChangedEventManager.cs
- RemoteWebConfigurationHostServer.cs
- LayoutUtils.cs
- CapabilitiesSection.cs
- NamespaceInfo.cs
- X509Certificate2.cs
- CodeDirectionExpression.cs
- Compiler.cs
- WebBrowserNavigatingEventHandler.cs
- SourceFileBuildProvider.cs
- TreeWalkHelper.cs
- HashHelpers.cs
- ObjectCacheHost.cs
- ScrollChangedEventArgs.cs
- MbpInfo.cs
- ParameterCollection.cs
- DBDataPermission.cs
- DataViewSetting.cs
- DbBuffer.cs
- CipherData.cs
- FrameworkRichTextComposition.cs
- CorrelationTokenTypeConvertor.cs
- MouseActionConverter.cs
- AssociationSetEnd.cs
- OdbcStatementHandle.cs
- AttributeConverter.cs
- HandlerBase.cs
- PageThemeBuildProvider.cs
- TimeSpanSecondsConverter.cs
- cryptoapiTransform.cs
- ColorBlend.cs
- FieldInfo.cs
- GeometryDrawing.cs
- DrawingContextDrawingContextWalker.cs
- DrawingContext.cs
- ResourcePart.cs
- JavascriptCallbackMessageInspector.cs
- xamlnodes.cs
- ListItemCollection.cs
- XmlKeywords.cs
- HttpListenerException.cs
- ComboBox.cs