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
- ItemCollection.cs
- TileBrush.cs
- SystemIPv4InterfaceProperties.cs
- Stylesheet.cs
- Int32AnimationUsingKeyFrames.cs
- IDQuery.cs
- ContentPlaceHolder.cs
- RepeaterItemCollection.cs
- UrlUtility.cs
- TemplateColumn.cs
- CustomErrorsSectionWrapper.cs
- SymbolPair.cs
- SeekStoryboard.cs
- XmlILAnnotation.cs
- AspProxy.cs
- CodeTypeOfExpression.cs
- _ConnectStream.cs
- NameValueCollection.cs
- RightsManagementInformation.cs
- DirectoryObjectSecurity.cs
- FindCriteria.cs
- SortedDictionary.cs
- RoutedEventConverter.cs
- WindowManager.cs
- StretchValidation.cs
- MatrixTransform.cs
- embossbitmapeffect.cs
- SpellerError.cs
- ContainerParaClient.cs
- CFGGrammar.cs
- xml.cs
- DataServiceBuildProvider.cs
- PageFunction.cs
- ContractNamespaceAttribute.cs
- AbstractSvcMapFileLoader.cs
- SizeConverter.cs
- DesignerContextDescriptor.cs
- StubHelpers.cs
- MetadataUtilsSmi.cs
- PerformanceCountersBase.cs
- HttpCookiesSection.cs
- ViewLoader.cs
- sqlcontext.cs
- TdsParserHelperClasses.cs
- CodeCommentStatementCollection.cs
- BitmapCache.cs
- FieldToken.cs
- PropertyGrid.cs
- Bold.cs
- VectorCollectionConverter.cs
- DBBindings.cs
- ParamArrayAttribute.cs
- BinaryUtilClasses.cs
- PermissionRequestEvidence.cs
- Misc.cs
- OleDbErrorCollection.cs
- PropertyTab.cs
- XmlCodeExporter.cs
- remotingproxy.cs
- COM2ExtendedUITypeEditor.cs
- ArrayTypeMismatchException.cs
- Rectangle.cs
- SiteMapDesignerDataSourceView.cs
- SettingsProviderCollection.cs
- OleServicesContext.cs
- ProjectionCamera.cs
- ConfigurationStrings.cs
- EntityModelSchemaGenerator.cs
- ObjectDataSourceEventArgs.cs
- RefreshPropertiesAttribute.cs
- DataServiceProviderWrapper.cs
- Vector.cs
- GridViewEditEventArgs.cs
- DataSvcMapFileSerializer.cs
- Control.cs
- DbDataReader.cs
- EmptyStringExpandableObjectConverter.cs
- DiscoveryInnerClientAdhoc11.cs
- LocalizedNameDescriptionPair.cs
- MsmqSecureHashAlgorithm.cs
- StreamWriter.cs
- LocalIdKeyIdentifierClause.cs
- COM2ColorConverter.cs
- HwndHost.cs
- RequestStatusBarUpdateEventArgs.cs
- DataServiceQueryContinuation.cs
- ZipFileInfo.cs
- XmlArrayItemAttribute.cs
- PathFigureCollection.cs
- Hashtable.cs
- RegisteredDisposeScript.cs
- TimeSpanParse.cs
- HtmlDocument.cs
- AndCondition.cs
- Transform3DGroup.cs
- TextEditorCopyPaste.cs
- RadioButtonBaseAdapter.cs
- ProtocolsSection.cs
- InvokeWebServiceDesigner.cs
- DataSet.cs