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
- CharacterBuffer.cs
- Input.cs
- SpecularMaterial.cs
- InternalBufferOverflowException.cs
- StringUtil.cs
- NeutralResourcesLanguageAttribute.cs
- DbConnectionClosed.cs
- ToolStripScrollButton.cs
- ItemMap.cs
- RuleDefinitions.cs
- ErasingStroke.cs
- CheckBox.cs
- LabelAutomationPeer.cs
- HttpCookieCollection.cs
- PointF.cs
- ToolStripPanel.cs
- Formatter.cs
- HandlerFactoryWrapper.cs
- ColumnResizeAdorner.cs
- XmlDesigner.cs
- HandleRef.cs
- InertiaTranslationBehavior.cs
- ToolStripTextBox.cs
- CodeGroup.cs
- FormViewUpdateEventArgs.cs
- RawUIStateInputReport.cs
- HelpPage.cs
- SuppressIldasmAttribute.cs
- MetadataPropertyAttribute.cs
- XmlWellformedWriter.cs
- ComponentDesigner.cs
- HttpException.cs
- XmlNavigatorStack.cs
- Encoder.cs
- StandardMenuStripVerb.cs
- XmlSchemaType.cs
- ButtonFlatAdapter.cs
- TransformGroup.cs
- InheritanceAttribute.cs
- TraceData.cs
- UnregisterInfo.cs
- PixelFormatConverter.cs
- ProviderConnectionPoint.cs
- PreservationFileWriter.cs
- ObjectDataSourceFilteringEventArgs.cs
- StylusPlugin.cs
- PartBasedPackageProperties.cs
- OdbcCommandBuilder.cs
- EmbeddedMailObjectsCollection.cs
- XmlEntityReference.cs
- PhysicalOps.cs
- ProxyGenerationError.cs
- ZoneIdentityPermission.cs
- DeviceFilterDictionary.cs
- UpdatableGenericsFeature.cs
- DataConnectionHelper.cs
- ScriptComponentDescriptor.cs
- AnnotationStore.cs
- RectangleGeometry.cs
- RightsManagementPermission.cs
- Geometry3D.cs
- AssociationSetEnd.cs
- DataGridRow.cs
- ConnectionStringSettingsCollection.cs
- PageParser.cs
- xmlfixedPageInfo.cs
- DefaultWorkflowSchedulerService.cs
- GridViewRowPresenter.cs
- ProgressBarHighlightConverter.cs
- ErrorWrapper.cs
- UIElementAutomationPeer.cs
- Control.cs
- NetSectionGroup.cs
- WindowCollection.cs
- CompilationRelaxations.cs
- FileIOPermission.cs
- DPTypeDescriptorContext.cs
- XsltCompileContext.cs
- NativeMethods.cs
- PropertyGeneratedEventArgs.cs
- DispatcherEventArgs.cs
- AmbiguousMatchException.cs
- TableNameAttribute.cs
- DoubleAnimationUsingKeyFrames.cs
- GraphicsContainer.cs
- SafeRightsManagementHandle.cs
- AutoGeneratedField.cs
- RoleManagerEventArgs.cs
- TextBreakpoint.cs
- TypeSystemProvider.cs
- MultitargetingHelpers.cs
- IndexedEnumerable.cs
- TransformerConfigurationWizardBase.cs
- RenderData.cs
- GenerateDerivedKeyRequest.cs
- AsyncPostBackErrorEventArgs.cs
- DeclarativeConditionsCollection.cs
- StateManager.cs
- ViewValidator.cs
- DataSetUtil.cs