Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Services / IO / System / IO / ErrorEventArgs.cs / 1 / 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. /// // 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
- MethodExpr.cs
- PropertyEmitterBase.cs
- Bitmap.cs
- ContentElement.cs
- HyperLinkDataBindingHandler.cs
- Transform3D.cs
- DriveInfo.cs
- ListView.cs
- WindowsPrincipal.cs
- UpdateCommand.cs
- SoundPlayerAction.cs
- AnimatedTypeHelpers.cs
- ObjectViewEntityCollectionData.cs
- StrokeNode.cs
- WebHttpBindingCollectionElement.cs
- TimelineGroup.cs
- WorkflowOwnershipException.cs
- OleDbConnectionInternal.cs
- PrefixHandle.cs
- HeaderedItemsControl.cs
- PersonalizationEntry.cs
- Form.cs
- JsonReaderDelegator.cs
- CacheOutputQuery.cs
- InternalConfigEventArgs.cs
- FixedNode.cs
- BamlRecordReader.cs
- SQLDecimalStorage.cs
- RegexParser.cs
- ComponentResourceManager.cs
- LinkedResourceCollection.cs
- ThreadAttributes.cs
- DoubleAnimationUsingPath.cs
- ObjectDataSourceSelectingEventArgs.cs
- StringConcat.cs
- TextInfo.cs
- ExpressionLink.cs
- WebUtil.cs
- JsonWriterDelegator.cs
- NumberSubstitution.cs
- ToolStripOverflow.cs
- _DigestClient.cs
- StreamHelper.cs
- TableLayoutPanel.cs
- PriorityChain.cs
- Classification.cs
- RTLAwareMessageBox.cs
- WebRequestModuleElement.cs
- WebPartDisplayMode.cs
- SplineKeyFrames.cs
- SmiConnection.cs
- FillBehavior.cs
- ContentElementCollection.cs
- InternalException.cs
- QuaternionRotation3D.cs
- ResolveCriteria.cs
- StringUtil.cs
- DependencyPropertyAttribute.cs
- RelationshipEnd.cs
- BCLDebug.cs
- StatusBarPanelClickEvent.cs
- SubpageParaClient.cs
- WorkflowOwnershipException.cs
- XmlLanguageConverter.cs
- MappableObjectManager.cs
- XsdBuilder.cs
- ToolStripDropDownMenu.cs
- SyndicationDeserializer.cs
- BaseParaClient.cs
- EntityDesignerDataSourceView.cs
- MaterialGroup.cs
- ConfigurationSectionGroup.cs
- InnerItemCollectionView.cs
- FilteredAttributeCollection.cs
- XmlILCommand.cs
- FontFamilyConverter.cs
- DataMember.cs
- QueueTransferProtocol.cs
- HandlerFactoryWrapper.cs
- DynamicResourceExtension.cs
- X509ChainPolicy.cs
- SQLBytes.cs
- EntityDataSourceDesigner.cs
- ApplicationSecurityManager.cs
- RectangleGeometry.cs
- XmlDigitalSignatureProcessor.cs
- Attributes.cs
- EncryptedData.cs
- DiscardableAttribute.cs
- CodeIndexerExpression.cs
- XomlCompilerParameters.cs
- AuthenticationModuleElementCollection.cs
- TextBlock.cs
- SoapSchemaMember.cs
- TextRangeEditLists.cs
- MSAANativeProvider.cs
- Size3D.cs
- RectConverter.cs
- AdjustableArrowCap.cs
- ExpandCollapsePattern.cs