Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- EventProviderBase.cs
- FileLoadException.cs
- FactoryGenerator.cs
- SqlNotificationEventArgs.cs
- assemblycache.cs
- CommunicationObjectAbortedException.cs
- Figure.cs
- WmpBitmapDecoder.cs
- ProfilePropertyMetadata.cs
- CacheAxisQuery.cs
- ContextDataSourceContextData.cs
- ComponentRenameEvent.cs
- WebPartUtil.cs
- TagPrefixInfo.cs
- HandledEventArgs.cs
- SQLInt32Storage.cs
- X509Logo.cs
- OleStrCAMarshaler.cs
- ColumnWidthChangingEvent.cs
- ToolStripItemRenderEventArgs.cs
- DummyDataSource.cs
- InvalidCommandTreeException.cs
- _UriTypeConverter.cs
- ToolStripSplitButton.cs
- NullRuntimeConfig.cs
- IDQuery.cs
- _IPv6Address.cs
- CurrencyManager.cs
- Handle.cs
- DbConnectionPoolIdentity.cs
- TextTreeObjectNode.cs
- RecordManager.cs
- RoamingStoreFileUtility.cs
- HtmlInputControl.cs
- GenericQueueSurrogate.cs
- TdsParameterSetter.cs
- EventArgs.cs
- Stylesheet.cs
- WebBrowserSiteBase.cs
- IdleTimeoutMonitor.cs
- SelectionItemPattern.cs
- CodeMemberField.cs
- ProtocolsConfiguration.cs
- RedirectionProxy.cs
- StylusOverProperty.cs
- LingerOption.cs
- MarkerProperties.cs
- GreenMethods.cs
- GlobalProxySelection.cs
- ZipPackagePart.cs
- WaitForChangedResult.cs
- ListViewTableCell.cs
- TextComposition.cs
- JsonDeserializer.cs
- UrlMapping.cs
- SmtpNtlmAuthenticationModule.cs
- EntityException.cs
- SqlNodeTypeOperators.cs
- Nodes.cs
- RichTextBoxConstants.cs
- _HTTPDateParse.cs
- CheckPair.cs
- DataGridViewImageColumn.cs
- WindowsSlider.cs
- Point3D.cs
- CultureNotFoundException.cs
- Parser.cs
- HtmlTextArea.cs
- EditBehavior.cs
- HtmlControlPersistable.cs
- EventData.cs
- IconConverter.cs
- PartialTrustVisibleAssembliesSection.cs
- SafeRightsManagementPubHandle.cs
- XmlElementList.cs
- AtomMaterializerLog.cs
- FirstMatchCodeGroup.cs
- DeferredTextReference.cs
- UpdateProgress.cs
- HatchBrush.cs
- PropertyToken.cs
- XmlDictionaryReaderQuotas.cs
- AccessedThroughPropertyAttribute.cs
- NonVisualControlAttribute.cs
- Char.cs
- ServiceModelReg.cs
- PtsPage.cs
- DataGridViewTextBoxColumn.cs
- ServiceEndpointElement.cs
- SqlCharStream.cs
- StringStorage.cs
- COM2ComponentEditor.cs
- EdmToObjectNamespaceMap.cs
- RepeatBehavior.cs
- ServiceDescription.cs
- Figure.cs
- DataGridViewCheckBoxCell.cs
- ProxyGenerator.cs
- Assembly.cs
- AspNetSynchronizationContext.cs