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
- SourceFilter.cs
- TypeConverterValueSerializer.cs
- ImageSource.cs
- StrokeNodeEnumerator.cs
- Array.cs
- TitleStyle.cs
- figurelengthconverter.cs
- AutomationProperties.cs
- WebPartMenu.cs
- BigInt.cs
- RulePatternOps.cs
- ILGen.cs
- EventDescriptorCollection.cs
- DurableMessageDispatchInspector.cs
- GregorianCalendarHelper.cs
- TrimSurroundingWhitespaceAttribute.cs
- HitTestDrawingContextWalker.cs
- IgnoreFileBuildProvider.cs
- CompilerLocalReference.cs
- MobileCategoryAttribute.cs
- KeyNotFoundException.cs
- PenContexts.cs
- DataRowComparer.cs
- TypeSystem.cs
- NotifyIcon.cs
- ScalarOps.cs
- Util.cs
- ADMembershipProvider.cs
- ChannelEndpointElement.cs
- AsymmetricKeyExchangeDeformatter.cs
- UnsafeNativeMethods.cs
- SortedList.cs
- ExtendedProtectionPolicy.cs
- ReadOnlyDictionary.cs
- Assign.cs
- InputReportEventArgs.cs
- NameNode.cs
- TypefaceCollection.cs
- TreeViewTemplateSelector.cs
- MimeAnyImporter.cs
- DataTableNameHandler.cs
- OutputCacheModule.cs
- OciEnlistContext.cs
- ALinqExpressionVisitor.cs
- XsltArgumentList.cs
- LineGeometry.cs
- IdentityElement.cs
- FillBehavior.cs
- NavigationPropertyEmitter.cs
- DefaultValueAttribute.cs
- DataObjectEventArgs.cs
- ReachDocumentSequenceSerializerAsync.cs
- PerspectiveCamera.cs
- XPathBinder.cs
- CompositeTypefaceMetrics.cs
- MobileUserControlDesigner.cs
- TabPanel.cs
- WebPartZone.cs
- DESCryptoServiceProvider.cs
- KeyGesture.cs
- RadioButtonPopupAdapter.cs
- WebPartCollection.cs
- RouteTable.cs
- Hash.cs
- SchemaMerger.cs
- X500Name.cs
- _AcceptOverlappedAsyncResult.cs
- ResourceAttributes.cs
- MenuItemStyleCollection.cs
- EventHandlingScope.cs
- MutexSecurity.cs
- TypeDescriptor.cs
- CodeTypeMember.cs
- StylusPointDescription.cs
- RelationshipConstraintValidator.cs
- OleDbEnumerator.cs
- UniqueIdentifierService.cs
- PropertyConverter.cs
- SessionSymmetricMessageSecurityProtocolFactory.cs
- OleDbPropertySetGuid.cs
- EventLogInformation.cs
- VirtualDirectoryMapping.cs
- LogicalExpressionEditor.cs
- StrongNamePublicKeyBlob.cs
- EtwTrace.cs
- Parsers.cs
- DependsOnAttribute.cs
- CellPartitioner.cs
- ProcessModule.cs
- EntityChangedParams.cs
- OptimizerPatterns.cs
- Columns.cs
- FixedTextView.cs
- TableItemPattern.cs
- PropertyChangedEventArgs.cs
- MediaPlayer.cs
- ReadWriteSpinLock.cs
- PropertyDescriptorComparer.cs
- ResourceManager.cs
- UnsafeMethods.cs