Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / ProcessExitedException.cs / 1 / ProcessExitedException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; using Microsoft.InfoCards.Diagnostics; // // Indicates that a process exited unexpectedly. // internal class ProcessExitedException : InfoCardBaseException { // // This the code that this exception translates into. // const int HRESULT = (int)EventCode.E_ICARD_PROCESSDIED; public ProcessExitedException() : base( HRESULT ) { } public ProcessExitedException( string message ) :base( HRESULT, message ) { } public ProcessExitedException( string message, Exception inner ) : base( HRESULT, message, inner ) { } protected ProcessExitedException( 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
- HtmlPhoneCallAdapter.cs
- OutKeywords.cs
- IdleTimeoutMonitor.cs
- XamlNamespaceHelper.cs
- GridPattern.cs
- DeclarativeExpressionConditionDeclaration.cs
- Error.cs
- IndependentAnimationStorage.cs
- CryptoSession.cs
- RawMouseInputReport.cs
- DesignerUtility.cs
- OleDbError.cs
- AsymmetricAlgorithm.cs
- MessageQueuePermissionEntryCollection.cs
- TypeDependencyAttribute.cs
- MetadataResolver.cs
- SelectionRange.cs
- IxmlLineInfo.cs
- ErrorLog.cs
- StatusBarDrawItemEvent.cs
- TextRunCacheImp.cs
- DataGridRow.cs
- RegexCapture.cs
- TokenBasedSetEnumerator.cs
- util.cs
- GetWorkflowTree.cs
- BasicExpressionVisitor.cs
- wgx_sdk_version.cs
- HtmlAnchor.cs
- WebEventTraceProvider.cs
- SizeAnimationUsingKeyFrames.cs
- ExecutionContext.cs
- ImageAttributes.cs
- XmlArrayAttribute.cs
- DelegateSerializationHolder.cs
- TimerElapsedEvenArgs.cs
- UIElement3D.cs
- CodePageUtils.cs
- ErrorFormatterPage.cs
- DocumentPageView.cs
- relpropertyhelper.cs
- OrderedDictionary.cs
- OutputCacheSettingsSection.cs
- SqlStream.cs
- CheckPair.cs
- DesignTimeTemplateParser.cs
- TextTreeTextNode.cs
- DataSet.cs
- UpdateTranslator.cs
- StylusLogic.cs
- PageContentAsyncResult.cs
- WmpBitmapDecoder.cs
- ProxyOperationRuntime.cs
- IsolatedStorageFile.cs
- StoreConnection.cs
- LocalizationParserHooks.cs
- DriveNotFoundException.cs
- WebPartVerbsEventArgs.cs
- SubMenuStyle.cs
- AddInBase.cs
- SqlDataReaderSmi.cs
- ToolStripManager.cs
- KnownColorTable.cs
- Exceptions.cs
- DataServiceQuery.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- ElementInit.cs
- SqlConnectionStringBuilder.cs
- BufferAllocator.cs
- HtmlMeta.cs
- GroupItemAutomationPeer.cs
- ResizeBehavior.cs
- IisTraceWebEventProvider.cs
- ArcSegment.cs
- DecoderFallback.cs
- ListQueryResults.cs
- MergeEnumerator.cs
- BookmarkCallbackWrapper.cs
- CodeDirectoryCompiler.cs
- DocumentSchemaValidator.cs
- ColorTransformHelper.cs
- GeneratedView.cs
- DrawingGroup.cs
- XmlElementCollection.cs
- SkinBuilder.cs
- RepeatBehaviorConverter.cs
- ProcessModelInfo.cs
- ValueQuery.cs
- InvalidateEvent.cs
- UseLicense.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- TextCompositionEventArgs.cs
- Psha1DerivedKeyGenerator.cs
- ControlBuilder.cs
- ConnectionManagementElement.cs
- DataServiceCollectionOfT.cs
- StringInfo.cs
- ItemCheckedEvent.cs
- ListSourceHelper.cs
- HtmlProps.cs