Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectDesignerDataSourceView.cs
- RadioButtonRenderer.cs
- AspCompat.cs
- TdsParameterSetter.cs
- GlyphRunDrawing.cs
- HttpGetServerProtocol.cs
- ColorContextHelper.cs
- ToolStripGrip.cs
- QueryExpr.cs
- NullableDoubleSumAggregationOperator.cs
- Model3DGroup.cs
- SmtpClient.cs
- ProfileSection.cs
- Baml2006SchemaContext.cs
- Vector3DKeyFrameCollection.cs
- AutomationAttributeInfo.cs
- HyperlinkAutomationPeer.cs
- GPRECT.cs
- LambdaCompiler.Binary.cs
- XsltException.cs
- SecurityHelper.cs
- ClientApiGenerator.cs
- HtmlWindow.cs
- XmlSerializerNamespaces.cs
- HttpModulesSection.cs
- BaseCodeDomTreeGenerator.cs
- DynamicActivityProperty.cs
- ApplicationManager.cs
- XPathException.cs
- XamlFigureLengthSerializer.cs
- CultureSpecificCharacterBufferRange.cs
- RecordConverter.cs
- SolidColorBrush.cs
- ConditionalDesigner.cs
- PreviewKeyDownEventArgs.cs
- CodeCompiler.cs
- AppSettingsReader.cs
- BaseParagraph.cs
- CodeCatchClauseCollection.cs
- UseLicense.cs
- XmlToDatasetMap.cs
- As.cs
- JsonReader.cs
- ToolStrip.cs
- CodeRemoveEventStatement.cs
- BitmapEffectInput.cs
- XmlSchemaComplexType.cs
- Literal.cs
- AsyncCompletedEventArgs.cs
- FixedSOMFixedBlock.cs
- AvTrace.cs
- ScaleTransform.cs
- SqlGenericUtil.cs
- FunctionImportElement.cs
- GridViewDeletedEventArgs.cs
- VersionConverter.cs
- QEncodedStream.cs
- ComPlusDiagnosticTraceRecords.cs
- BinHexDecoder.cs
- ParentUndoUnit.cs
- Model3DGroup.cs
- CustomWebEventKey.cs
- GrammarBuilderBase.cs
- TypeConverter.cs
- BooleanAnimationBase.cs
- TagNameToTypeMapper.cs
- SettingsPropertyWrongTypeException.cs
- ResourceSet.cs
- BinaryObjectWriter.cs
- InitializationEventAttribute.cs
- XslException.cs
- DataListCommandEventArgs.cs
- StateRuntime.cs
- ExpressionBuilderCollection.cs
- HttpCookiesSection.cs
- DataGridViewCellStyleChangedEventArgs.cs
- DataGridView.cs
- SectionInput.cs
- SafePEFileHandle.cs
- DefaultTextStoreTextComposition.cs
- BrowserInteropHelper.cs
- PeekCompletedEventArgs.cs
- SerialPort.cs
- FilterQuery.cs
- OLEDB_Util.cs
- Blend.cs
- SoapSchemaExporter.cs
- WsdlBuildProvider.cs
- TranslateTransform3D.cs
- SqlNamer.cs
- GifBitmapEncoder.cs
- CmsInterop.cs
- TableDesigner.cs
- DataQuery.cs
- InputScopeManager.cs
- DataServiceContext.cs
- StrongTypingException.cs
- FieldBuilder.cs
- ColumnHeaderConverter.cs
- Queue.cs