Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / InfoCardBaseException.cs / 1305376 / InfoCardBaseException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Runtime.Serialization; [Serializable] internal abstract class InfoCardBaseException : System.Exception { private bool m_logged = false; private string m_extendedMessage; // Extended message string protected InfoCardBaseException( int result ) : base() { HResult = result; } protected InfoCardBaseException( int result, string message ) : base( message ) { HResult = result; } protected InfoCardBaseException( int result, string message, string extendedMessage ) : base( message ) { HResult = result; m_extendedMessage = extendedMessage; } protected InfoCardBaseException( int result, string message, Exception innerException ) : base( message, innerException ) { HResult = result; } protected InfoCardBaseException( int result, SerializationInfo info, StreamingContext context ) : base( info, context ) { HResult = result; } public int NativeHResult { get { return HResult; } } public bool Logged { get { return m_logged; } } public void MarkLogged() { m_logged = true; } public string ExtendedMessage { get { return m_extendedMessage; } } } } // 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
- DateTimeEditor.cs
- BooleanToVisibilityConverter.cs
- HexParser.cs
- ConstructorBuilder.cs
- HtmlTernaryTree.cs
- ErrorFormatterPage.cs
- ViewDesigner.cs
- AppSecurityManager.cs
- DbCommandDefinition.cs
- GridViewUpdateEventArgs.cs
- OleDbException.cs
- WebConfigurationFileMap.cs
- ConfigsHelper.cs
- PresentationTraceSources.cs
- XmlExpressionDumper.cs
- TimeEnumHelper.cs
- PostBackOptions.cs
- SchemaTypeEmitter.cs
- QilPatternVisitor.cs
- UnitySerializationHolder.cs
- UIHelper.cs
- ScriptReferenceEventArgs.cs
- ProtocolsConfigurationEntry.cs
- LocalValueEnumerator.cs
- Error.cs
- StrokeFIndices.cs
- SafeFileMappingHandle.cs
- XmlUtil.cs
- InputBuffer.cs
- OSFeature.cs
- InvokeGenerator.cs
- serverconfig.cs
- XmlWrappingWriter.cs
- EventListener.cs
- FormViewPagerRow.cs
- SafeFileMappingHandle.cs
- HttpCacheVary.cs
- ManagementObjectSearcher.cs
- BlobPersonalizationState.cs
- shaper.cs
- SqlTriggerContext.cs
- ScriptHandlerFactory.cs
- ItemCheckedEvent.cs
- DiagnosticTraceRecords.cs
- TextModifierScope.cs
- HttpModuleActionCollection.cs
- DataGridViewIntLinkedList.cs
- ClientProtocol.cs
- DbConnectionStringCommon.cs
- GridSplitterAutomationPeer.cs
- SqlConnectionFactory.cs
- CustomCategoryAttribute.cs
- UnitySerializationHolder.cs
- RegexCompilationInfo.cs
- XmlSchemaComplexContentRestriction.cs
- WebDescriptionAttribute.cs
- WindowsListView.cs
- PopupControlService.cs
- WebPartAuthorizationEventArgs.cs
- QuaternionRotation3D.cs
- __TransparentProxy.cs
- PersistChildrenAttribute.cs
- FtpRequestCacheValidator.cs
- Parameter.cs
- XmlSchemaExporter.cs
- ComplexBindingPropertiesAttribute.cs
- ImageInfo.cs
- HttpListenerPrefixCollection.cs
- DisplayInformation.cs
- UpdatableGenericsFeature.cs
- FaultException.cs
- StringReader.cs
- ContextMenuAutomationPeer.cs
- DoubleAnimationUsingPath.cs
- MessageQueueCriteria.cs
- WebPartExportVerb.cs
- ComPlusDiagnosticTraceRecords.cs
- StringUtil.cs
- TemplateControlBuildProvider.cs
- LocalBuilder.cs
- StreamWithDictionary.cs
- ConfigurationPropertyAttribute.cs
- NonClientArea.cs
- HttpRequestTraceRecord.cs
- _HTTPDateParse.cs
- DbParameterCollection.cs
- GridViewDesigner.cs
- ImageField.cs
- InfiniteIntConverter.cs
- IncrementalCompileAnalyzer.cs
- BindingMAnagerBase.cs
- TemplateEditingService.cs
- WindowCollection.cs
- XmlNamespaceMapping.cs
- ZoneMembershipCondition.cs
- DummyDataSource.cs
- TransactionInformation.cs
- WindowsIPAddress.cs
- RegexRunnerFactory.cs
- MimePart.cs