Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BinarySerializer.cs
- SerializationHelper.cs
- ContentTextAutomationPeer.cs
- ValidateNames.cs
- FunctionMappingTranslator.cs
- GenerateTemporaryTargetAssembly.cs
- RelatedView.cs
- ExpressionPrefixAttribute.cs
- CommonObjectSecurity.cs
- TrimSurroundingWhitespaceAttribute.cs
- ServiceThrottlingBehavior.cs
- Processor.cs
- DynamicResourceExtension.cs
- SiteMapDataSourceView.cs
- CoTaskMemHandle.cs
- IApplicationTrustManager.cs
- IpcPort.cs
- DirectionalLight.cs
- AttributeConverter.cs
- LinearGradientBrush.cs
- PointHitTestParameters.cs
- DataComponentNameHandler.cs
- ConfigXmlComment.cs
- DropAnimation.xaml.cs
- FilterQuery.cs
- GroupStyle.cs
- TemplateXamlParser.cs
- PermissionSetTriple.cs
- AnnotationMap.cs
- FrameworkElementAutomationPeer.cs
- DataGridViewCheckBoxCell.cs
- GridItem.cs
- NativeActivityFaultContext.cs
- ImageDrawing.cs
- PageHandlerFactory.cs
- ApplicationDirectory.cs
- PropertyGeneratedEventArgs.cs
- SmiSettersStream.cs
- DataKeyArray.cs
- CompilerInfo.cs
- DayRenderEvent.cs
- SqlHelper.cs
- CodeCommentStatement.cs
- Decorator.cs
- SmiConnection.cs
- SymmetricAlgorithm.cs
- UTF7Encoding.cs
- oledbmetadatacollectionnames.cs
- CompositionAdorner.cs
- EnumerableRowCollection.cs
- CompositeDispatchFormatter.cs
- AgileSafeNativeMemoryHandle.cs
- CodeArgumentReferenceExpression.cs
- PasswordRecovery.cs
- EntitySqlQueryState.cs
- StringFunctions.cs
- ConstraintManager.cs
- StateManagedCollection.cs
- ObjectDataSourceMethodEventArgs.cs
- UniqueConstraint.cs
- Random.cs
- PasswordTextNavigator.cs
- OrderedDictionary.cs
- HMACMD5.cs
- ViewStateChangedEventArgs.cs
- ExpandCollapseProviderWrapper.cs
- OleDbEnumerator.cs
- ControlPropertyNameConverter.cs
- InfoCardArgumentException.cs
- CapabilitiesPattern.cs
- EditableRegion.cs
- OuterGlowBitmapEffect.cs
- TextParaClient.cs
- ExpressionPrinter.cs
- DelimitedListTraceListener.cs
- BuildProvider.cs
- Literal.cs
- RIPEMD160.cs
- DefaultSerializationProviderAttribute.cs
- DeviceOverridableAttribute.cs
- TextDecorationCollection.cs
- Drawing.cs
- Crc32Helper.cs
- WrapperSecurityCommunicationObject.cs
- InteropAutomationProvider.cs
- OracleCommandBuilder.cs
- PathSegment.cs
- TogglePatternIdentifiers.cs
- TdsParserStaticMethods.cs
- AsyncResult.cs
- PerformanceCounterPermission.cs
- IIS7UserPrincipal.cs
- MsmqIntegrationOutputChannel.cs
- OdbcParameter.cs
- OdbcInfoMessageEvent.cs
- TextElement.cs
- ProtocolsConfigurationHandler.cs
- Rect3D.cs
- SqlDataReaderSmi.cs
- DataGridRowHeaderAutomationPeer.cs