Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / BindingManagerDataErrorEventArgs.cs / 1 / BindingManagerDataErrorEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System;
using System.ComponentModel;
///
///
///
public class BindingManagerDataErrorEventArgs : EventArgs {
private Exception exception;
///
///
///
public BindingManagerDataErrorEventArgs(Exception exception) {
this.exception = exception;
}
///
///
///
public Exception Exception
{
get {
return this.exception;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms
{
using System;
using System.ComponentModel;
///
///
///
public class BindingManagerDataErrorEventArgs : EventArgs {
private Exception exception;
///
///
///
public BindingManagerDataErrorEventArgs(Exception exception) {
this.exception = exception;
}
///
///
///
public Exception Exception
{
get {
return this.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
- Nodes.cs
- _DomainName.cs
- PointKeyFrameCollection.cs
- ExpressionVisitor.cs
- XsdBuildProvider.cs
- InputLanguageManager.cs
- MetaColumn.cs
- CollectionViewGroupInternal.cs
- BinaryReader.cs
- TabletCollection.cs
- EncodingInfo.cs
- CreateUserWizardDesigner.cs
- RecognizerInfo.cs
- CommentEmitter.cs
- TextRunTypographyProperties.cs
- SmtpDigestAuthenticationModule.cs
- DynamicPhysicalDiscoSearcher.cs
- Oid.cs
- SystemMulticastIPAddressInformation.cs
- ContainerParagraph.cs
- TextBoxView.cs
- Binding.cs
- PathSegmentCollection.cs
- _NTAuthentication.cs
- StylusShape.cs
- HttpListener.cs
- HMACSHA384.cs
- MaterialGroup.cs
- LambdaCompiler.Statements.cs
- SeverityFilter.cs
- DataSourceProvider.cs
- Formatter.cs
- WebEventTraceProvider.cs
- StrongNameKeyPair.cs
- PageAsyncTaskManager.cs
- IndexObject.cs
- ViewStateAttachedPropertyFeature.cs
- RNGCryptoServiceProvider.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- FontStyle.cs
- unitconverter.cs
- BufferedReceiveElement.cs
- Label.cs
- SimplePropertyEntry.cs
- CategoryGridEntry.cs
- ScriptBehaviorDescriptor.cs
- DataViewListener.cs
- RootProfilePropertySettingsCollection.cs
- LinkGrep.cs
- DelegatingTypeDescriptionProvider.cs
- NodeInfo.cs
- Events.cs
- OracleInfoMessageEventArgs.cs
- ApplyTemplatesAction.cs
- ExpressionCopier.cs
- PartialTrustVisibleAssembly.cs
- LocalBuilder.cs
- FileSecurity.cs
- HealthMonitoringSectionHelper.cs
- TextTreeRootNode.cs
- DataViewSetting.cs
- WebPartRestoreVerb.cs
- StorageInfo.cs
- XmlNodeChangedEventArgs.cs
- ListControlConvertEventArgs.cs
- ContextItem.cs
- MouseBinding.cs
- VideoDrawing.cs
- TabControl.cs
- StringAnimationBase.cs
- SafeViewOfFileHandle.cs
- DbConnectionPool.cs
- MasterPageCodeDomTreeGenerator.cs
- BitmapData.cs
- LocalBuilder.cs
- MessageDecoder.cs
- UpdatePanelTriggerCollection.cs
- StorageAssociationSetMapping.cs
- MethodRental.cs
- ProfilePropertySettingsCollection.cs
- ButtonColumn.cs
- SmiEventStream.cs
- Viewport2DVisual3D.cs
- BamlMapTable.cs
- ToolboxComponentsCreatingEventArgs.cs
- WhereQueryOperator.cs
- StringFunctions.cs
- CryptoApi.cs
- DateTimeConverter.cs
- GetLedgerRequest.cs
- BitVector32.cs
- StylusPointProperty.cs
- IisTraceListener.cs
- OdbcParameter.cs
- ColorTranslator.cs
- XmlNavigatorFilter.cs
- PanelStyle.cs
- MimeBasePart.cs
- OverflowException.cs
- LinqExpressionNormalizer.cs