Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / System.Runtime.DurableInstancing / System / Runtime / FatalException.cs / 1305376 / FatalException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Runtime { using System; using System.Runtime.Serialization; [Serializable] class FatalException : SystemException { public FatalException() { } public FatalException(string message) : base(message) { } public FatalException(string message, Exception innerException) : base(message, innerException) { // This can't throw something like ArgumentException because that would be worse than // throwing the fatal exception that was requested. Fx.Assert(innerException == null || !Fx.IsFatal(innerException), "FatalException can't be used to wrap fatal exceptions."); } protected FatalException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // 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
- SpellerError.cs
- AttachInfo.cs
- RelatedView.cs
- ConfigurationStrings.cs
- KerberosTokenFactoryCredential.cs
- StoreAnnotationsMap.cs
- GetPageCompletedEventArgs.cs
- EnumValAlphaComparer.cs
- InternalRelationshipCollection.cs
- RegexRunnerFactory.cs
- GridViewAutoFormat.cs
- ToolStripDesignerAvailabilityAttribute.cs
- LocalIdCollection.cs
- InputScopeAttribute.cs
- DataGridCommandEventArgs.cs
- SQlBooleanStorage.cs
- TypefaceMetricsCache.cs
- SessionState.cs
- SessionStateUtil.cs
- IChannel.cs
- AutoGeneratedField.cs
- BevelBitmapEffect.cs
- Bold.cs
- ObjectFullSpanRewriter.cs
- ProgressBarAutomationPeer.cs
- PrintDialogException.cs
- ChildChangedEventArgs.cs
- __FastResourceComparer.cs
- XmlExceptionHelper.cs
- ClientBuildManagerCallback.cs
- TypeConverterHelper.cs
- UriScheme.cs
- WindowHideOrCloseTracker.cs
- HealthMonitoringSection.cs
- GeneratedContractType.cs
- LocatorBase.cs
- TraceHelpers.cs
- WindowsFormsHelpers.cs
- DataBindingValueUIHandler.cs
- XmlCustomFormatter.cs
- UnaryExpressionHelper.cs
- UIElement3D.cs
- ServicePointManager.cs
- BaseCollection.cs
- TypeLibraryHelper.cs
- RadioButtonStandardAdapter.cs
- CodeParameterDeclarationExpressionCollection.cs
- CodeEventReferenceExpression.cs
- TextProperties.cs
- ListSortDescription.cs
- SecondaryIndex.cs
- GenericWebPart.cs
- ConditionalAttribute.cs
- IntegrationExceptionEventArgs.cs
- MarkupWriter.cs
- WebHttpEndpointElement.cs
- CodeSnippetTypeMember.cs
- ColorAnimationUsingKeyFrames.cs
- Property.cs
- HtmlEmptyTagControlBuilder.cs
- DocumentReference.cs
- CorrelationTokenTypeConvertor.cs
- StaticExtensionConverter.cs
- CriticalFileToken.cs
- BindingContext.cs
- RegionData.cs
- TextStore.cs
- TransportConfigurationTypeElementCollection.cs
- RoleManagerEventArgs.cs
- BooleanKeyFrameCollection.cs
- SpeechEvent.cs
- XPathAncestorIterator.cs
- MsmqIntegrationProcessProtocolHandler.cs
- Brushes.cs
- Storyboard.cs
- RegionInfo.cs
- InvalidCastException.cs
- FormCollection.cs
- EventSchemaTraceListener.cs
- MediaElementAutomationPeer.cs
- EntityContainerEntitySet.cs
- PageThemeBuildProvider.cs
- EmptyStringExpandableObjectConverter.cs
- EntityProviderFactory.cs
- XmlSequenceWriter.cs
- DesignerOptionService.cs
- AppAction.cs
- TypeInitializationException.cs
- FrameworkElement.cs
- SelectionProcessor.cs
- ErrorItem.cs
- Rect3DValueSerializer.cs
- exports.cs
- HtmlControl.cs
- SqlProcedureAttribute.cs
- xsdvalidator.cs
- Lasso.cs
- RoutingBehavior.cs
- XpsSerializerFactory.cs
- Stylesheet.cs