Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / SMDiagnostics / System / ServiceModel / Diagnostics / FatalException.cs / 1 / FatalException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Diagnostics { using System; using System.Diagnostics; using System.Runtime.Serialization; [Serializable] class FatalException : SystemException { public FatalException() { } public FatalException(string message) : base(message) { } protected FatalException(SerializationInfo info, StreamingContext context) : base(info, context) { } 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. #pragma warning disable 618 AssertUtility.DebugAssert(innerException == null || !ExceptionUtility.IsFatal(innerException), "FatalException can't be used to wrap fatal exceptions."); #pragma warning restore 618 } } } // 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
- BamlResourceContent.cs
- DiffuseMaterial.cs
- OrthographicCamera.cs
- COM2TypeInfoProcessor.cs
- CallbackValidator.cs
- PrePostDescendentsWalker.cs
- DocumentPageViewAutomationPeer.cs
- TreeNodeBinding.cs
- SmiConnection.cs
- WebResponse.cs
- LineServices.cs
- HierarchicalDataBoundControlAdapter.cs
- ProfessionalColorTable.cs
- LongValidator.cs
- HandlerMappingMemo.cs
- GridViewItemAutomationPeer.cs
- Policy.cs
- ListViewItemSelectionChangedEvent.cs
- ExpressionBuilderCollection.cs
- BuildProviderCollection.cs
- HandlerWithFactory.cs
- SessionPageStateSection.cs
- ToolStripCustomTypeDescriptor.cs
- TransportContext.cs
- XmlSchemaSet.cs
- WebColorConverter.cs
- graph.cs
- SqlCacheDependencyDatabase.cs
- ObjRef.cs
- XmlDataSourceNodeDescriptor.cs
- LayoutEvent.cs
- UriSectionReader.cs
- NullableConverter.cs
- ValidationSummaryDesigner.cs
- SmiTypedGetterSetter.cs
- FileUpload.cs
- NullableConverter.cs
- WinFormsSpinner.cs
- DeclaredTypeValidator.cs
- WebEvents.cs
- ListViewGroupConverter.cs
- ReflectionPermission.cs
- LayoutTableCell.cs
- EditorPart.cs
- WindowVisualStateTracker.cs
- SmiContext.cs
- StackSpiller.cs
- FormatConvertedBitmap.cs
- activationcontext.cs
- PtsContext.cs
- SettingsBindableAttribute.cs
- DLinqColumnProvider.cs
- ByteAnimationUsingKeyFrames.cs
- AspNetSynchronizationContext.cs
- Assembly.cs
- RenderingBiasValidation.cs
- FieldNameLookup.cs
- BindUriHelper.cs
- VBCodeProvider.cs
- RemoteWebConfigurationHostStream.cs
- XmlSchemaNotation.cs
- ParamArrayAttribute.cs
- InputMethodStateChangeEventArgs.cs
- WmlValidationSummaryAdapter.cs
- ValidatorCollection.cs
- IsolatedStorageFile.cs
- LayoutTable.cs
- hwndwrapper.cs
- ConfigUtil.cs
- InternalControlCollection.cs
- ContractsBCL.cs
- ListParaClient.cs
- RepeaterItemEventArgs.cs
- Unit.cs
- DrawingAttributeSerializer.cs
- WebPartEditorCancelVerb.cs
- SoapHeaders.cs
- SessionPageStatePersister.cs
- ObjectTypeMapping.cs
- NativeMethodsOther.cs
- ConfigurationFileMap.cs
- EnvironmentPermission.cs
- XPathSelectionIterator.cs
- ModelTreeEnumerator.cs
- LocationReferenceValue.cs
- PseudoWebRequest.cs
- OutArgument.cs
- InterleavedZipPartStream.cs
- X509Extension.cs
- FontInfo.cs
- CloudCollection.cs
- Decoder.cs
- AdapterDictionary.cs
- ErrorHandler.cs
- TimeSpanMinutesConverter.cs
- HTMLTextWriter.cs
- XamlGridLengthSerializer.cs
- OrderByBuilder.cs
- FormViewInsertEventArgs.cs
- ApplicationFileCodeDomTreeGenerator.cs