Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / SMDiagnostics / System / ServiceModel / Diagnostics / CallbackException.cs / 1 / CallbackException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Diagnostics { using System; using System.Diagnostics; using System.Runtime.Serialization; [Serializable] class CallbackException : FatalException { public CallbackException() { } protected CallbackException(SerializationInfo info, StreamingContext context) : base(info, context) { } public CallbackException(string message, Exception innerException) : base(message, innerException) { // This can't throw something like ArgumentException because that would be worse than // throwing the callback exception that was requested. #pragma warning disable 618 AssertUtility.DebugAssert(innerException != null, "CallbackException requires an inner exception."); AssertUtility.DebugAssert(!ExceptionUtility.IsFatal(innerException), "CallbackException 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
- ListView.cs
- FormViewModeEventArgs.cs
- CleanUpVirtualizedItemEventArgs.cs
- PolyLineSegment.cs
- HttpHandlersSection.cs
- IncrementalReadDecoders.cs
- StaticExtensionConverter.cs
- DataFormat.cs
- PhysicalFontFamily.cs
- ListBoxItemWrapperAutomationPeer.cs
- RichTextBoxConstants.cs
- TextPointerBase.cs
- FixedPageProcessor.cs
- RowType.cs
- IpcClientChannel.cs
- BitmapMetadataEnumerator.cs
- KnownTypes.cs
- SelectedDatesCollection.cs
- SqlMethods.cs
- XmlSchemaAnyAttribute.cs
- HScrollBar.cs
- codemethodreferenceexpression.cs
- CacheHelper.cs
- SecurityTokenValidationException.cs
- RelatedView.cs
- DataGridViewRowCollection.cs
- TextRangeAdaptor.cs
- DisplayMemberTemplateSelector.cs
- DataGridViewTextBoxEditingControl.cs
- HtmlInputReset.cs
- OdbcDataReader.cs
- ComponentCodeDomSerializer.cs
- DoubleAnimation.cs
- GenericQueueSurrogate.cs
- FixedSOMElement.cs
- ZipPackagePart.cs
- SafeCryptContextHandle.cs
- WCFServiceClientProxyGenerator.cs
- Ipv6Element.cs
- InternalResources.cs
- QilScopedVisitor.cs
- DataServiceQueryContinuation.cs
- SpStreamWrapper.cs
- SafeFileHandle.cs
- SapiRecoContext.cs
- Base64Encoding.cs
- TagPrefixCollection.cs
- PageStatePersister.cs
- AxHost.cs
- DataGridViewColumnCollectionEditor.cs
- Translator.cs
- DocumentApplication.cs
- ToolStripEditorManager.cs
- LinqDataSourceInsertEventArgs.cs
- MILUtilities.cs
- Visitor.cs
- TaskFactory.cs
- RemoteWebConfigurationHostStream.cs
- DeploymentSectionCache.cs
- NativeMethods.cs
- ErrorsHelper.cs
- SchemaMapping.cs
- JsonReaderWriterFactory.cs
- XmlSchemaComplexContent.cs
- BindableTemplateBuilder.cs
- FaultContractInfo.cs
- WSHttpTransportSecurityElement.cs
- WrapPanel.cs
- VectorKeyFrameCollection.cs
- ProgressBar.cs
- TableLayout.cs
- XmlNodeChangedEventArgs.cs
- SequenceDesigner.cs
- PropertyValueChangedEvent.cs
- DataSourceXmlTextReader.cs
- LayoutEditorPart.cs
- DecimalStorage.cs
- GridSplitter.cs
- ProgressPage.cs
- CodeGeneratorOptions.cs
- Html32TextWriter.cs
- PartialList.cs
- NetSectionGroup.cs
- ListControl.cs
- CultureInfo.cs
- BounceEase.cs
- SessionStateUtil.cs
- RequestUriProcessor.cs
- ScriptReferenceEventArgs.cs
- CachedFontFamily.cs
- WebPartZoneBase.cs
- TextureBrush.cs
- StringUtil.cs
- CharacterBufferReference.cs
- ModelVisual3D.cs
- PolicyValidationException.cs
- OperatingSystem.cs
- XmlAttributeCollection.cs
- ToolStripGripRenderEventArgs.cs
- LineSegment.cs