Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / SystemShuttingDownException.cs / 1 / SystemShuttingDownException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that the system is in the process of shutting down and cannot be accessed. // internal class SystemShuttingDownException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_SHUTTINGDOWN; public SystemShuttingDownException() : base( HRESULT ) { } public SystemShuttingDownException( string message ) :base( HRESULT, message ) { } public SystemShuttingDownException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected SystemShuttingDownException( SerializationInfo si, StreamingContext sc ) : base( HRESULT, si, sc ) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StrokeNodeOperations2.cs
- ErrorProvider.cs
- XmlSchemaGroupRef.cs
- DateTimeValueSerializer.cs
- DispatchOperation.cs
- DbParameterCollection.cs
- EntityDataSourceEntityTypeFilterItem.cs
- DeferredElementTreeState.cs
- DrawingVisual.cs
- XmlSchemaObjectCollection.cs
- EventLogPermission.cs
- LightweightCodeGenerator.cs
- _PooledStream.cs
- Positioning.cs
- DetailsViewUpdatedEventArgs.cs
- _SslState.cs
- RsaSecurityKey.cs
- HtmlInputSubmit.cs
- TextElementEnumerator.cs
- SqlConnection.cs
- TdsParserStaticMethods.cs
- ReceiveMessageContent.cs
- ClientUtils.cs
- BindingCollectionElement.cs
- HashStream.cs
- DecodeHelper.cs
- PenContexts.cs
- XmlWellformedWriter.cs
- XmlReaderDelegator.cs
- SqlDuplicator.cs
- SafeLocalMemHandle.cs
- XmlElementCollection.cs
- CopyAction.cs
- SchemaConstraints.cs
- RecordManager.cs
- ParagraphResult.cs
- MultiDataTrigger.cs
- PolyLineSegment.cs
- ResourceDictionary.cs
- RegistrySecurity.cs
- EventTrigger.cs
- DesignTimeXamlWriter.cs
- StringReader.cs
- TextFormatterContext.cs
- ToolStripManager.cs
- PrePrepareMethodAttribute.cs
- WebPartDisplayModeCancelEventArgs.cs
- PeerObject.cs
- WebPartConnectionsCancelEventArgs.cs
- SQLInt64.cs
- KnownBoxes.cs
- PagePropertiesChangingEventArgs.cs
- ResourceDictionaryCollection.cs
- ResourceDictionaryCollection.cs
- AnnotationObservableCollection.cs
- ExtenderProvidedPropertyAttribute.cs
- DispatcherOperation.cs
- GenericUriParser.cs
- XmlSchemaValidator.cs
- JapaneseLunisolarCalendar.cs
- Rectangle.cs
- MeasureItemEvent.cs
- NodeFunctions.cs
- DrawingGroupDrawingContext.cs
- TraceXPathNavigator.cs
- ServicesExceptionNotHandledEventArgs.cs
- LookupNode.cs
- TextElementAutomationPeer.cs
- FixUp.cs
- ForceCopyBuildProvider.cs
- WebBrowserDesigner.cs
- DoubleLinkList.cs
- PropertyPushdownHelper.cs
- ColorBlend.cs
- SqlNotificationEventArgs.cs
- ChangeBlockUndoRecord.cs
- FontUnit.cs
- ContentType.cs
- ParameterElementCollection.cs
- BlockCollection.cs
- SrgsElementFactoryCompiler.cs
- InputChannel.cs
- ButtonField.cs
- SqlXmlStorage.cs
- ImageSource.cs
- MiniModule.cs
- SystemWebSectionGroup.cs
- IgnorePropertiesAttribute.cs
- ServiceSettingsResponseInfo.cs
- ProxyWebPartConnectionCollection.cs
- PeerResolverElement.cs
- IODescriptionAttribute.cs
- XPathNodeList.cs
- TextDecorationLocationValidation.cs
- Directory.cs
- Int32Converter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- UidManager.cs
- Simplifier.cs
- FlowPosition.cs