Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / BindingManagerDataErrorEventArgs.cs / 1305376 / 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
- InternalsVisibleToAttribute.cs
- RowToFieldTransformer.cs
- XmlUtf8RawTextWriter.cs
- BrowserCapabilitiesFactory.cs
- TraceFilter.cs
- GroupQuery.cs
- SchemaInfo.cs
- GatewayDefinition.cs
- PassportIdentity.cs
- CheckedPointers.cs
- XMLSchema.cs
- Helper.cs
- AnnotationAdorner.cs
- iisPickupDirectory.cs
- HttpServerChannel.cs
- ThreadExceptionDialog.cs
- SessionEndingEventArgs.cs
- Int64Animation.cs
- DataGridViewImageColumn.cs
- DataFormats.cs
- ISFTagAndGuidCache.cs
- UniqueEventHelper.cs
- FrameworkContextData.cs
- TimelineClockCollection.cs
- SettingsBindableAttribute.cs
- FactoryRecord.cs
- SecondaryIndexDefinition.cs
- StateBag.cs
- XamlToRtfParser.cs
- HttpApplicationFactory.cs
- GestureRecognitionResult.cs
- KnownTypesProvider.cs
- SapiRecognizer.cs
- DependentList.cs
- HtmlElement.cs
- SettingsPropertyIsReadOnlyException.cs
- RegistryKey.cs
- DefaultIfEmptyQueryOperator.cs
- ObjectTokenCategory.cs
- ContextMenuStripActionList.cs
- NativeMethods.cs
- ConfigurationPropertyAttribute.cs
- OperationContractAttribute.cs
- _NestedSingleAsyncResult.cs
- StringInfo.cs
- AppLevelCompilationSectionCache.cs
- ClassHandlersStore.cs
- RuntimeConfigLKG.cs
- XmlObjectSerializerReadContextComplexJson.cs
- VersionValidator.cs
- EntityDesignPluralizationHandler.cs
- HtmlInputHidden.cs
- DocumentScope.cs
- isolationinterop.cs
- GlyphInfoList.cs
- XmlHelper.cs
- StringDictionary.cs
- DesignerEventService.cs
- CodeObjectCreateExpression.cs
- DataListItemEventArgs.cs
- StatusBarPanel.cs
- Transform3DCollection.cs
- StaticExtensionConverter.cs
- SyndicationContent.cs
- BrowserCapabilitiesFactoryBase.cs
- DataRecordInfo.cs
- DesignerTransactionCloseEvent.cs
- SubstitutionList.cs
- SafeProcessHandle.cs
- TableLayoutSettings.cs
- TemplateBindingExpressionConverter.cs
- XmlSchemaGroupRef.cs
- DockPanel.cs
- COM2PropertyBuilderUITypeEditor.cs
- TextMarkerSource.cs
- TriState.cs
- EnumerableRowCollection.cs
- DbgUtil.cs
- _NativeSSPI.cs
- StrokeCollectionDefaultValueFactory.cs
- SoapFaultCodes.cs
- SafeMILHandleMemoryPressure.cs
- PageAsyncTaskManager.cs
- KeyValueSerializer.cs
- PropertyChangeTracker.cs
- PersistenceProviderFactory.cs
- FlowDocumentFormatter.cs
- ParameterCollection.cs
- TargetConverter.cs
- SpeakProgressEventArgs.cs
- IntellisenseTextBox.designer.cs
- ToolStripDropDown.cs
- DocumentReference.cs
- BeginStoryboard.cs
- HttpRequestCacheValidator.cs
- SizeAnimationUsingKeyFrames.cs
- Schema.cs
- UniqueContractNameValidationBehavior.cs
- InheritedPropertyDescriptor.cs
- WebConfigurationHostFileChange.cs