Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- PartialCachingControl.cs
- ADConnectionHelper.cs
- DataGridViewCellLinkedList.cs
- Subordinate.cs
- PermissionRequestEvidence.cs
- NotifyCollectionChangedEventArgs.cs
- MemoryRecordBuffer.cs
- DataError.cs
- SmiMetaData.cs
- ClientTarget.cs
- ImageClickEventArgs.cs
- PartitionerStatic.cs
- QuotedStringWriteStateInfo.cs
- XmlSchemaProviderAttribute.cs
- ClientCredentials.cs
- DataMember.cs
- LinkLabel.cs
- DesignerOptionService.cs
- CommonXSendMessage.cs
- ThrowHelper.cs
- DesignColumnCollection.cs
- LineBreakRecord.cs
- CoreSwitches.cs
- Border.cs
- RawStylusInputReport.cs
- Binding.cs
- ObjectStateFormatter.cs
- AliasedSlot.cs
- DataGridViewCellStyle.cs
- Listbox.cs
- ModulesEntry.cs
- ObjectDataSourceFilteringEventArgs.cs
- ValueQuery.cs
- RegexTypeEditor.cs
- DataObject.cs
- SqlWriter.cs
- CharConverter.cs
- ToolStripPanelDesigner.cs
- CompilerError.cs
- SelectionRangeConverter.cs
- ConfigXmlAttribute.cs
- StateManagedCollection.cs
- FunctionParameter.cs
- CallbackBehaviorAttribute.cs
- PtsPage.cs
- Matrix3D.cs
- bidPrivateBase.cs
- MatrixCamera.cs
- WindowsGrip.cs
- RadioButton.cs
- ListBindingHelper.cs
- DataGridViewUtilities.cs
- UnmanagedMarshal.cs
- ZoneMembershipCondition.cs
- TreeWalkHelper.cs
- ConfigurationElementProperty.cs
- StylusEventArgs.cs
- TextStore.cs
- ReflectionTypeLoadException.cs
- ObjectCloneHelper.cs
- EntitySqlQueryBuilder.cs
- SendActivityDesignerTheme.cs
- FileSystemEventArgs.cs
- ExpressionEditorAttribute.cs
- TransportContext.cs
- EventTrigger.cs
- ResourceSetExpression.cs
- WindowsPrincipal.cs
- CollectionViewGroup.cs
- EntitySqlQueryBuilder.cs
- HtmlInputButton.cs
- BindingElementCollection.cs
- CombinedGeometry.cs
- ImageCodecInfoPrivate.cs
- ComponentManagerBroker.cs
- iisPickupDirectory.cs
- BinaryObjectWriter.cs
- ComponentRenameEvent.cs
- ClaimSet.cs
- externdll.cs
- WebRequestModulesSection.cs
- XmlDocumentType.cs
- SerializerDescriptor.cs
- LinkClickEvent.cs
- WSFederationHttpBindingCollectionElement.cs
- MessageParameterAttribute.cs
- CalculatedColumn.cs
- XmlSerializerFactory.cs
- serverconfig.cs
- RTTypeWrapper.cs
- AttributeAction.cs
- PublisherIdentityPermission.cs
- XmlSerializerVersionAttribute.cs
- xmlNames.cs
- ContentPosition.cs
- ListItemCollection.cs
- DataControlButton.cs
- ElementUtil.cs
- _ChunkParse.cs
- EventBuilder.cs