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
- BindingCompleteEventArgs.cs
- ToolboxComponentsCreatingEventArgs.cs
- HtmlTableRowCollection.cs
- CompilerError.cs
- Typography.cs
- PermissionToken.cs
- WpfWebRequestHelper.cs
- Label.cs
- CodeMemberField.cs
- KeyValueConfigurationElement.cs
- TextEvent.cs
- TreeViewImageGenerator.cs
- PersonalizationDictionary.cs
- SafeEventLogReadHandle.cs
- SaveFileDialog.cs
- HelpFileFileNameEditor.cs
- DetailsViewCommandEventArgs.cs
- typedescriptorpermission.cs
- Memoizer.cs
- LookupNode.cs
- AnimationLayer.cs
- AutomationPropertyInfo.cs
- ErrorRuntimeConfig.cs
- ContentIterators.cs
- ConfigurationValues.cs
- ListComponentEditorPage.cs
- rsa.cs
- SchemaElementDecl.cs
- LayoutEngine.cs
- SingleSelectRootGridEntry.cs
- TextTreeInsertElementUndoUnit.cs
- SByteStorage.cs
- FlowDocumentView.cs
- TemplateBindingExpressionConverter.cs
- EntityClassGenerator.cs
- StyleTypedPropertyAttribute.cs
- DesignerForm.cs
- _NestedMultipleAsyncResult.cs
- DescendentsWalkerBase.cs
- ServiceCredentialsSecurityTokenManager.cs
- ConfigurationManager.cs
- CallbackValidatorAttribute.cs
- EncodingTable.cs
- CodeFieldReferenceExpression.cs
- MultiTouchSystemGestureLogic.cs
- DomainConstraint.cs
- PointCollectionConverter.cs
- CompoundFileStreamReference.cs
- ControllableStoryboardAction.cs
- OleDbException.cs
- FormViewUpdatedEventArgs.cs
- SelectionListComponentEditor.cs
- Clipboard.cs
- ThicknessKeyFrameCollection.cs
- DataGridSortCommandEventArgs.cs
- WebControlAdapter.cs
- SortedSetDebugView.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- SettingsContext.cs
- NullableIntAverageAggregationOperator.cs
- SchemaContext.cs
- DependencyPropertyKind.cs
- MeshGeometry3D.cs
- ToolBarButtonClickEvent.cs
- ReflectPropertyDescriptor.cs
- TextCompositionManager.cs
- ToolStripEditorManager.cs
- CanExecuteRoutedEventArgs.cs
- DataIdProcessor.cs
- GifBitmapEncoder.cs
- Figure.cs
- InkCanvasInnerCanvas.cs
- TextEditor.cs
- PermissionSet.cs
- XsdDataContractImporter.cs
- XmlDataSourceView.cs
- DrawingVisualDrawingContext.cs
- ResourcePermissionBase.cs
- SettingsBase.cs
- SharedDp.cs
- CqlParser.cs
- InputLanguageSource.cs
- Emitter.cs
- SerializationObjectManager.cs
- IsolatedStorageFileStream.cs
- DBBindings.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- Duration.cs
- SmiEventSink.cs
- UrlMappingCollection.cs
- FlowDocumentPaginator.cs
- SolidBrush.cs
- DetailsViewUpdateEventArgs.cs
- PixelShader.cs
- CurrentChangedEventManager.cs
- HttpPostedFile.cs
- LineSegment.cs
- OracleMonthSpan.cs
- RelativeSource.cs
- OleDbRowUpdatingEvent.cs