Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / xsp / System / Web / Extensions / ui / AsyncPostBackErrorEventArgs.cs / 1 / AsyncPostBackErrorEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Security.Permissions; using System.Web; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] public class AsyncPostBackErrorEventArgs : EventArgs { private readonly Exception _exception; public AsyncPostBackErrorEventArgs(Exception exception) { if (exception == null) { throw new ArgumentNullException("exception"); } _exception = exception; } public Exception Exception { get { return _exception; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Security.Permissions; using System.Web; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] public class AsyncPostBackErrorEventArgs : EventArgs { private readonly Exception _exception; public AsyncPostBackErrorEventArgs(Exception exception) { if (exception == null) { throw new ArgumentNullException("exception"); } _exception = exception; } public Exception Exception { get { return _exception; } } } } // 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
- DataSourceControlBuilder.cs
- ServiceMetadataBehavior.cs
- WaitHandle.cs
- returneventsaver.cs
- DecimalConverter.cs
- SetterBaseCollection.cs
- CommandPlan.cs
- XmlDigitalSignatureProcessor.cs
- PrintingPermission.cs
- ArglessEventHandlerProxy.cs
- PersianCalendar.cs
- XmlValueConverter.cs
- DrawItemEvent.cs
- ButtonChrome.cs
- FormsAuthentication.cs
- ControlEvent.cs
- DefaultPerformanceCounters.cs
- IdentifierService.cs
- wgx_exports.cs
- IdentitySection.cs
- UrlAuthFailedErrorFormatter.cs
- ConstraintEnumerator.cs
- UrlPath.cs
- Terminate.cs
- DocumentViewerConstants.cs
- UIElement3D.cs
- DataBindingExpressionBuilder.cs
- AssociationTypeEmitter.cs
- DetailsViewDeletedEventArgs.cs
- BooleanAnimationBase.cs
- TextEditor.cs
- ElementFactory.cs
- TypePresenter.xaml.cs
- ZoneMembershipCondition.cs
- WmlLiteralTextAdapter.cs
- ToolStripRendererSwitcher.cs
- BroadcastEventHelper.cs
- DesignerActionTextItem.cs
- DockPanel.cs
- ActivityContext.cs
- SelectedPathEditor.cs
- XsltContext.cs
- SchemaNames.cs
- XamlInt32CollectionSerializer.cs
- DataContractJsonSerializer.cs
- NamespaceInfo.cs
- DataBoundControlParameterTarget.cs
- ObjectTag.cs
- EdmSchemaError.cs
- SqlVisitor.cs
- TextDocumentView.cs
- Int16Converter.cs
- HttpListenerRequest.cs
- PipelineModuleStepContainer.cs
- GridViewActionList.cs
- PageAdapter.cs
- ParameterModifier.cs
- RecordsAffectedEventArgs.cs
- Slider.cs
- _UncName.cs
- FormViewRow.cs
- LayoutEditorPart.cs
- ObjectSet.cs
- TextDpi.cs
- ToolboxComponentsCreatingEventArgs.cs
- WebPartChrome.cs
- InitializerFacet.cs
- EntitySetBase.cs
- ExternalCalls.cs
- CaseDesigner.xaml.cs
- SpeechRecognitionEngine.cs
- ExpressionEditorAttribute.cs
- ObjectCacheHost.cs
- StylusTip.cs
- BinaryObjectInfo.cs
- FieldToken.cs
- XmlSchemaSimpleTypeUnion.cs
- SynchronousChannel.cs
- XamlInterfaces.cs
- TemplateNameScope.cs
- PropertyKey.cs
- UrlPropertyAttribute.cs
- InfoCardKeyedHashAlgorithm.cs
- ZoomingMessageFilter.cs
- HttpResponse.cs
- Canvas.cs
- ChtmlLinkAdapter.cs
- UserNameSecurityTokenProvider.cs
- AvTrace.cs
- ToolStripItemGlyph.cs
- WorkflowViewService.cs
- brushes.cs
- SamlDelegatingWriter.cs
- DBConnectionString.cs
- FormViewPageEventArgs.cs
- HttpListenerContext.cs
- LoginCancelEventArgs.cs
- ConditionalAttribute.cs
- PaperSize.cs
- ReadWriteSpinLock.cs