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 / DynamicData / DynamicValidatorEventArgs.cs / 1 / DynamicValidatorEventArgs.cs
namespace System.Web.DynamicData {using System;
using System.Web.UI;
[AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class DynamicValidatorEventArgs : EventArgs {
private DynamicDataSourceOperation _operation;
private Exception _exception;
public DynamicValidatorEventArgs(Exception exception, DynamicDataSourceOperation operation) {
_exception = exception;
_operation = operation;
}
public Exception Exception {
get {
return _exception;
}
}
public DynamicDataSourceOperation Operation {
get {
return _operation;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
namespace System.Web.DynamicData {using System;
using System.Web.UI;
[AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class DynamicValidatorEventArgs : EventArgs {
private DynamicDataSourceOperation _operation;
private Exception _exception;
public DynamicValidatorEventArgs(Exception exception, DynamicDataSourceOperation operation) {
_exception = exception;
_operation = operation;
}
public Exception Exception {
get {
return _exception;
}
}
public DynamicDataSourceOperation Operation {
get {
return _operation;
}
}
}
}
// 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
- regiisutil.cs
- UIElement.cs
- XsdCachingReader.cs
- BuildProvider.cs
- TextParagraphView.cs
- SoapHttpTransportImporter.cs
- FieldToken.cs
- ValidationPropertyAttribute.cs
- ErrorHandler.cs
- WorkflowLayouts.cs
- SqlIdentifier.cs
- TextChange.cs
- RadialGradientBrush.cs
- EventDescriptor.cs
- SortedList.cs
- StrokeCollectionConverter.cs
- StreamInfo.cs
- SqlDataSourceQueryConverter.cs
- Win32.cs
- DataGridViewCheckBoxCell.cs
- HtmlInputButton.cs
- CurrentTimeZone.cs
- SecurityManager.cs
- HttpHandlerActionCollection.cs
- FlowSwitchDesigner.xaml.cs
- ImageSourceConverter.cs
- SQLBinary.cs
- OLEDB_Enum.cs
- DataGridCommandEventArgs.cs
- OleDbEnumerator.cs
- ProxyElement.cs
- ResetableIterator.cs
- FileDialog.cs
- TextRenderer.cs
- FirewallWrapper.cs
- MatrixKeyFrameCollection.cs
- XmlSchemaAppInfo.cs
- CounterCreationDataConverter.cs
- FontSizeConverter.cs
- SafeThreadHandle.cs
- XmlSerializer.cs
- NativeWindow.cs
- ControlDesignerState.cs
- InvalidOleVariantTypeException.cs
- XsdBuilder.cs
- PropertyGrid.cs
- DataGridViewElement.cs
- RecipientIdentity.cs
- CqlGenerator.cs
- AttachedAnnotationChangedEventArgs.cs
- EntityStoreSchemaGenerator.cs
- MultitargetingHelpers.cs
- SqlConnectionString.cs
- PassportPrincipal.cs
- DrawingContextDrawingContextWalker.cs
- ToolStripMenuItem.cs
- Label.cs
- IxmlLineInfo.cs
- iisPickupDirectory.cs
- GcSettings.cs
- OciHandle.cs
- OrderPreservingPipeliningMergeHelper.cs
- HtmlInputPassword.cs
- PixelFormatConverter.cs
- AutoCompleteStringCollection.cs
- LabelTarget.cs
- ObjectToIdCache.cs
- ToolStripItemEventArgs.cs
- RangeBaseAutomationPeer.cs
- sortedlist.cs
- SiteMapSection.cs
- ModelServiceImpl.cs
- ContentDisposition.cs
- ListBoxItem.cs
- _SingleItemRequestCache.cs
- SafeThreadHandle.cs
- NavigationProperty.cs
- VarRefManager.cs
- VerificationException.cs
- UrlAuthorizationModule.cs
- mediaeventshelper.cs
- Debug.cs
- SectionUpdates.cs
- Msec.cs
- GridProviderWrapper.cs
- ContentPlaceHolder.cs
- ConfigurationHandlersInstallComponent.cs
- FreezableCollection.cs
- ControlPaint.cs
- DecimalAnimationBase.cs
- _DomainName.cs
- FragmentQueryKB.cs
- XmlRootAttribute.cs
- ChildrenQuery.cs
- MULTI_QI.cs
- WebPartCancelEventArgs.cs
- DataServiceRequestException.cs
- FieldBuilder.cs
- ExtensibleClassFactory.cs
- Empty.cs