Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / System.Runtime.DurableInstancing / System / Runtime / CallbackException.cs / 1305376 / CallbackException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Runtime { using System; using System.Runtime.Serialization; [Serializable] class CallbackException : FatalException { public CallbackException() { } 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. Fx.Assert(innerException != null, "CallbackException requires an inner exception."); Fx.Assert(!Fx.IsFatal(innerException), "CallbackException can't be used to wrap fatal exceptions."); } protected CallbackException(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
- Convert.cs
- BamlRecordReader.cs
- InternalConfigSettingsFactory.cs
- CmsInterop.cs
- DmlSqlGenerator.cs
- XPathParser.cs
- ColorDialog.cs
- PartialList.cs
- EffectiveValueEntry.cs
- DynamicMethod.cs
- BitmapEffect.cs
- EntityTypeEmitter.cs
- InstanceKeyView.cs
- XMLUtil.cs
- HttpWebRequest.cs
- EndpointNotFoundException.cs
- ServiceHttpModule.cs
- TransformerInfoCollection.cs
- MetaModel.cs
- QueryPrefixOp.cs
- SecurityDescriptor.cs
- XmlQueryOutput.cs
- XmlSchemaAppInfo.cs
- RuntimeCompatibilityAttribute.cs
- IisNotInstalledException.cs
- Compensate.cs
- TouchesOverProperty.cs
- HtmlInputPassword.cs
- OpCodes.cs
- FormViewRow.cs
- DataBoundControl.cs
- FormsAuthentication.cs
- HtmlTextViewAdapter.cs
- WinEventHandler.cs
- sqlinternaltransaction.cs
- VisualTarget.cs
- HtmlTableRowCollection.cs
- RemotingException.cs
- DataGridTableCollection.cs
- ForeignKeyConstraint.cs
- XamlPoint3DCollectionSerializer.cs
- SqlVersion.cs
- BoolLiteral.cs
- RegexFCD.cs
- TCPListener.cs
- SequenceDesignerAccessibleObject.cs
- CodeCompileUnit.cs
- DateTimeSerializationSection.cs
- Socket.cs
- SecurityManager.cs
- WebBrowserProgressChangedEventHandler.cs
- BinaryMessageFormatter.cs
- DesignerRegion.cs
- CommentEmitter.cs
- ObjectStateManager.cs
- ListSortDescriptionCollection.cs
- ZipFileInfoCollection.cs
- ChtmlFormAdapter.cs
- WorkflowRuntimeServicesBehavior.cs
- SkinBuilder.cs
- ConfigurationSectionCollection.cs
- AssemblyName.cs
- SoapSchemaExporter.cs
- SemaphoreFullException.cs
- ProxyAttribute.cs
- ImageMetadata.cs
- Util.cs
- Renderer.cs
- CompositeControl.cs
- BitStack.cs
- CornerRadiusConverter.cs
- RenderDataDrawingContext.cs
- WhiteSpaceTrimStringConverter.cs
- webbrowsersite.cs
- Rule.cs
- FunctionQuery.cs
- AvTraceFormat.cs
- OperatingSystem.cs
- EqualityComparer.cs
- DodSequenceMerge.cs
- Brush.cs
- CaretElement.cs
- ForwardPositionQuery.cs
- CollectionBuilder.cs
- MSAAEventDispatcher.cs
- ConfigurationElement.cs
- SpotLight.cs
- SignedXml.cs
- SpanIndex.cs
- MSAAEventDispatcher.cs
- HandleCollector.cs
- TreeViewHitTestInfo.cs
- RangeBase.cs
- DesignerValidationSummaryAdapter.cs
- ScriptManagerProxy.cs
- StoreAnnotationsMap.cs
- SourceFilter.cs
- Setter.cs
- XmlSchemaIdentityConstraint.cs
- SchemaTypeEmitter.cs