Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / IO / System / IO / ErrorEventArgs.cs / 1305376 / ErrorEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.IO { using System.Diagnostics; using System; using System.ComponentModel; ////// public class ErrorEventArgs : EventArgs { private Exception exception; ///Provides /// data for the ///event. /// public ErrorEventArgs(Exception exception) { this.exception = exception; } ////// Initializes a new instance of the class. /// ////// public virtual Exception GetException() { return this.exception; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets the ///that represents the error that occurred. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConnectionStringsExpressionBuilder.cs
- ObjectParameterCollection.cs
- InternalMappingException.cs
- SecurityRuntime.cs
- GridViewAutomationPeer.cs
- ImageAnimator.cs
- SoapHeaderAttribute.cs
- UnmanagedHandle.cs
- DbDataReader.cs
- SqlDependencyUtils.cs
- DesignBindingPropertyDescriptor.cs
- UrlMappingsModule.cs
- VirtualDirectoryMapping.cs
- TableLayout.cs
- DateTimeOffsetConverter.cs
- PropertyInformationCollection.cs
- EventDescriptorCollection.cs
- CompilerResults.cs
- GreenMethods.cs
- ComboBoxRenderer.cs
- ADMembershipProvider.cs
- ShaperBuffers.cs
- SByteStorage.cs
- GeneralTransform2DTo3D.cs
- TextMessageEncodingBindingElement.cs
- Compilation.cs
- ErrorWebPart.cs
- CompilationSection.cs
- DefaultProxySection.cs
- AssemblyNameProxy.cs
- ProcessManager.cs
- SelfIssuedAuthProofToken.cs
- StdRegProviderWrapper.cs
- PathSegment.cs
- GridProviderWrapper.cs
- QuotedStringFormatReader.cs
- streamingZipPartStream.cs
- EnumDataContract.cs
- ImmComposition.cs
- ButtonBaseAdapter.cs
- Light.cs
- VirtualPathProvider.cs
- TemplateControl.cs
- ApplicationSettingsBase.cs
- SoapInteropTypes.cs
- SpoolingTask.cs
- ZipIOCentralDirectoryBlock.cs
- MemoryStream.cs
- ArrowControl.xaml.cs
- ShapeTypeface.cs
- ConsumerConnectionPointCollection.cs
- ProviderIncompatibleException.cs
- TextTreeFixupNode.cs
- ModulesEntry.cs
- ReadWriteObjectLock.cs
- PerformanceCountersElement.cs
- CommonDialog.cs
- DataKeyArray.cs
- XamlWriter.cs
- EdmSchemaAttribute.cs
- DatatypeImplementation.cs
- Internal.cs
- ADConnectionHelper.cs
- TextMarkerSource.cs
- QuaternionAnimation.cs
- BasicDesignerLoader.cs
- ConfigXmlWhitespace.cs
- ContentOperations.cs
- UInt16Converter.cs
- MailDefinition.cs
- TextEditorParagraphs.cs
- StatusBar.cs
- IDispatchConstantAttribute.cs
- DataTransferEventArgs.cs
- ImageIndexEditor.cs
- InvalidContentTypeException.cs
- Maps.cs
- UndoManager.cs
- ProfileEventArgs.cs
- RuleRefElement.cs
- CountAggregationOperator.cs
- MetadataCacheItem.cs
- UTF7Encoding.cs
- RSAPKCS1SignatureFormatter.cs
- WizardForm.cs
- HttpDebugHandler.cs
- TitleStyle.cs
- LiteralText.cs
- TypePresenter.xaml.cs
- ExpressionBuilderContext.cs
- XmlSchemaGroup.cs
- SurrogateDataContract.cs
- DocumentAutomationPeer.cs
- AppendHelper.cs
- SiteMap.cs
- TextServicesProperty.cs
- XPathBuilder.cs
- COAUTHINFO.cs
- DataGridCheckBoxColumn.cs
- AddInContractAttribute.cs