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
- BeginStoryboard.cs
- ValueTypeFixupInfo.cs
- ExtensibleClassFactory.cs
- SafeNativeHandle.cs
- ConnectionProviderAttribute.cs
- ContextConfiguration.cs
- FamilyTypefaceCollection.cs
- Int16Converter.cs
- MutableAssemblyCacheEntry.cs
- DrawingCollection.cs
- MaterialGroup.cs
- CharEnumerator.cs
- FileDialog_Vista_Interop.cs
- Matrix.cs
- XmlFileEditor.cs
- TypeLibraryHelper.cs
- PageThemeParser.cs
- WebPartMinimizeVerb.cs
- XmlNode.cs
- UniqueEventHelper.cs
- InputLanguageProfileNotifySink.cs
- DragDeltaEventArgs.cs
- HotSpot.cs
- SessionEndedEventArgs.cs
- RegionIterator.cs
- CharAnimationUsingKeyFrames.cs
- TypeListConverter.cs
- GridView.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- TimeSpanSecondsConverter.cs
- GridEntryCollection.cs
- ClickablePoint.cs
- BaseAutoFormat.cs
- TypeElement.cs
- sqlpipe.cs
- AbstractSvcMapFileLoader.cs
- NonceCache.cs
- DateTimeOffsetStorage.cs
- TraceSource.cs
- Authorization.cs
- BitmapPalette.cs
- FormsAuthenticationUser.cs
- GridViewSortEventArgs.cs
- HtmlToClrEventProxy.cs
- FixedSOMContainer.cs
- ProfilePropertySettingsCollection.cs
- CompiledRegexRunner.cs
- MediaContext.cs
- CharAnimationBase.cs
- Operator.cs
- SspiSafeHandles.cs
- DataGridViewSelectedRowCollection.cs
- InputLanguageCollection.cs
- DataRelation.cs
- ServiceEndpointElement.cs
- AutomationPropertyInfo.cs
- QilTypeChecker.cs
- PropertyGridEditorPart.cs
- CompilationUtil.cs
- WFItemsToSpacerVisibility.cs
- EncoderNLS.cs
- LinqDataSourceUpdateEventArgs.cs
- RequestCachePolicyConverter.cs
- ListBoxChrome.cs
- SqlNode.cs
- Style.cs
- OleDbSchemaGuid.cs
- DiscoveryInnerClientAdhocCD1.cs
- ObjectViewListener.cs
- RightsManagementEncryptedStream.cs
- MembershipUser.cs
- Authorization.cs
- RtfFormatStack.cs
- WsdlImporter.cs
- UriTemplateTrieLocation.cs
- ContextTokenTypeConverter.cs
- SizeAnimationClockResource.cs
- BamlStream.cs
- DecimalConverter.cs
- QuaternionAnimationBase.cs
- SystemWebCachingSectionGroup.cs
- Light.cs
- FileDialog_Vista_Interop.cs
- DesignerForm.cs
- PropertyChangedEventArgs.cs
- HwndHost.cs
- NativeBuffer.cs
- WpfXamlMember.cs
- DataObjectFieldAttribute.cs
- BrushProxy.cs
- CharacterMetrics.cs
- HandledEventArgs.cs
- ModelTypeConverter.cs
- IResourceProvider.cs
- ADMembershipUser.cs
- WsrmFault.cs
- NoResizeSelectionBorderGlyph.cs
- ProgressBar.cs
- VerificationAttribute.cs
- BigInt.cs