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
- XmlWellformedWriter.cs
- KerberosTicketHashIdentifierClause.cs
- PageVisual.cs
- Compiler.cs
- ConsoleKeyInfo.cs
- ThicknessAnimation.cs
- NamedElement.cs
- altserialization.cs
- BamlRecords.cs
- CuspData.cs
- TripleDES.cs
- PanelDesigner.cs
- TreeWalkHelper.cs
- TypeUsageBuilder.cs
- TraceFilter.cs
- GlyphTypeface.cs
- RuntimeIdentifierPropertyAttribute.cs
- DeviceSpecificDesigner.cs
- XmlDataFileEditor.cs
- PopupEventArgs.cs
- SingleTagSectionHandler.cs
- XamlTreeBuilderBamlRecordWriter.cs
- XpsViewerException.cs
- TerminateDesigner.cs
- Calendar.cs
- UrlMappingCollection.cs
- SaveFileDialog.cs
- IdnMapping.cs
- Stream.cs
- CustomValidator.cs
- AnimationStorage.cs
- OperationAbortedException.cs
- CustomTypeDescriptor.cs
- XmlComplianceUtil.cs
- MDIControlStrip.cs
- DrawListViewItemEventArgs.cs
- NativeMethods.cs
- XhtmlCssHandler.cs
- XmlTextAttribute.cs
- HttpProfileGroupBase.cs
- CommandLibraryHelper.cs
- WFItemsToSpacerVisibility.cs
- EventProxy.cs
- AutoResetEvent.cs
- Scene3D.cs
- Attributes.cs
- StorageMappingItemLoader.cs
- CalendarData.cs
- DBDataPermissionAttribute.cs
- DynamicExpression.cs
- FixedDocumentPaginator.cs
- QueryResultOp.cs
- HttpRawResponse.cs
- XhtmlTextWriter.cs
- TextRunCache.cs
- InternalControlCollection.cs
- Point3DValueSerializer.cs
- ListViewItemMouseHoverEvent.cs
- GeneralTransform3DTo2DTo3D.cs
- FixedSOMPage.cs
- SimpleBitVector32.cs
- ScrollItemProviderWrapper.cs
- SystemWebExtensionsSectionGroup.cs
- SafeHandles.cs
- Style.cs
- HwndTarget.cs
- Switch.cs
- PackUriHelper.cs
- BitmapEffectrendercontext.cs
- Function.cs
- _SafeNetHandles.cs
- RadialGradientBrush.cs
- NativeMethods.cs
- ConsumerConnectionPointCollection.cs
- StylusPointPropertyId.cs
- ZoneButton.cs
- StateMachine.cs
- ApplicationInterop.cs
- ListViewTableRow.cs
- WindowsFormsHostAutomationPeer.cs
- XmlQualifiedNameTest.cs
- GridViewCellAutomationPeer.cs
- PrintDialogException.cs
- SerializerProvider.cs
- SqlVersion.cs
- KeyConstraint.cs
- OleStrCAMarshaler.cs
- UInt64Converter.cs
- TextTreeInsertElementUndoUnit.cs
- DataListItem.cs
- ListControlConvertEventArgs.cs
- OAVariantLib.cs
- rsa.cs
- Point3D.cs
- TypeContext.cs
- Random.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- DataGridViewColumn.cs
- CodeStatement.cs
- Ref.cs