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
- ModelTreeEnumerator.cs
- HighContrastHelper.cs
- ProcessHost.cs
- WindowsScrollBarBits.cs
- DataControlButton.cs
- LoginView.cs
- RecipientInfo.cs
- ThemeInfoAttribute.cs
- SHA256CryptoServiceProvider.cs
- XmlSchemaParticle.cs
- Action.cs
- WebBrowser.cs
- XsltArgumentList.cs
- DataGridPageChangedEventArgs.cs
- EntityDataSourceReferenceGroup.cs
- CellParagraph.cs
- ScriptControl.cs
- Authorization.cs
- AtomEntry.cs
- BuildDependencySet.cs
- SiteMapDataSource.cs
- AddIn.cs
- MetabaseServerConfig.cs
- JournalEntryListConverter.cs
- HtmlButton.cs
- CodeThrowExceptionStatement.cs
- HybridDictionary.cs
- RoutedCommand.cs
- CapabilitiesSection.cs
- ProfileService.cs
- EntityCommandDefinition.cs
- PartBasedPackageProperties.cs
- TimeSpanConverter.cs
- WorkflowQueueInfo.cs
- DataGridItemCollection.cs
- MultiDataTrigger.cs
- QueryInterceptorAttribute.cs
- sqlmetadatafactory.cs
- Token.cs
- PackagePartCollection.cs
- DbUpdateCommandTree.cs
- TranslateTransform3D.cs
- AssemblyBuilder.cs
- StringCollection.cs
- EntityDataSourceView.cs
- TypeReference.cs
- ObjectViewListener.cs
- GraphicsState.cs
- SqlUtil.cs
- XXXInfos.cs
- XmlWellformedWriter.cs
- EntityDataSourceReferenceGroup.cs
- uribuilder.cs
- ArrayExtension.cs
- EdmType.cs
- HttpListenerTimeoutManager.cs
- Attributes.cs
- HtmlTitle.cs
- IdentityHolder.cs
- RegistryExceptionHelper.cs
- DbRetry.cs
- WbmpConverter.cs
- TextWriter.cs
- FormViewPageEventArgs.cs
- BitmapEffect.cs
- _SslStream.cs
- IssuanceLicense.cs
- DocumentReferenceCollection.cs
- ConfigurationManagerInternal.cs
- SqlDependencyListener.cs
- QuaternionAnimation.cs
- ICollection.cs
- ProvidePropertyAttribute.cs
- EntityType.cs
- DbgCompiler.cs
- CacheChildrenQuery.cs
- XmlAttribute.cs
- DataTemplateKey.cs
- TreeNodeConverter.cs
- StreamAsIStream.cs
- AstTree.cs
- SamlAttribute.cs
- ZoneIdentityPermission.cs
- TrackingCondition.cs
- ParameterReplacerVisitor.cs
- PersistChildrenAttribute.cs
- mongolianshape.cs
- UInt64Storage.cs
- ToolStripDropDownClosingEventArgs.cs
- RequiredFieldValidator.cs
- HotCommands.cs
- UniqueCodeIdentifierScope.cs
- LocalizedNameDescriptionPair.cs
- PaginationProgressEventArgs.cs
- DataGridViewCellEventArgs.cs
- RelationshipConverter.cs
- ContentTextAutomationPeer.cs
- XmlTypeMapping.cs
- DesignerActionVerbItem.cs
- StylusPointCollection.cs