Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- BoundPropertyEntry.cs
- FormViewModeEventArgs.cs
- AutoResizedEvent.cs
- TargetParameterCountException.cs
- TextBoxBase.cs
- XmlIlVisitor.cs
- CacheEntry.cs
- InfoCardKeyedHashAlgorithm.cs
- ProviderCommandInfoUtils.cs
- QilSortKey.cs
- EmptyStringExpandableObjectConverter.cs
- WebPartConnectionsDisconnectVerb.cs
- SecurityTokenRequirement.cs
- Propagator.cs
- TdsParserStateObject.cs
- ObjectSpanRewriter.cs
- CustomValidator.cs
- QuaternionAnimationBase.cs
- SqlComparer.cs
- TypeElementCollection.cs
- RotateTransform3D.cs
- SByteConverter.cs
- CodeTypeReferenceExpression.cs
- EnumBuilder.cs
- SmtpLoginAuthenticationModule.cs
- WarningException.cs
- CodeIdentifiers.cs
- TraceLog.cs
- TargetFrameworkUtil.cs
- ParserOptions.cs
- ControlPropertyNameConverter.cs
- OleDbParameter.cs
- SchemaNames.cs
- ProgressiveCrcCalculatingStream.cs
- ActivityCodeDomSerializationManager.cs
- LocationUpdates.cs
- WorkflowWebService.cs
- XPathDocumentIterator.cs
- Executor.cs
- Activation.cs
- OdbcConnectionPoolProviderInfo.cs
- PaginationProgressEventArgs.cs
- ColumnHeaderCollectionEditor.cs
- Normalization.cs
- SystemUnicastIPAddressInformation.cs
- MonthChangedEventArgs.cs
- MsmqIntegrationElement.cs
- StructuredProperty.cs
- OleDbException.cs
- StyleCollection.cs
- MissingSatelliteAssemblyException.cs
- MSHTMLHost.cs
- SafeMILHandle.cs
- DataRowExtensions.cs
- COM2TypeInfoProcessor.cs
- PartitionResolver.cs
- DataGridViewLinkColumn.cs
- DataMemberConverter.cs
- RsaKeyIdentifierClause.cs
- Point4DValueSerializer.cs
- PointAnimationUsingKeyFrames.cs
- DocumentViewer.cs
- SqlUnionizer.cs
- SecondaryIndexDefinition.cs
- ComNativeDescriptor.cs
- PassportAuthenticationEventArgs.cs
- SqlGenerator.cs
- CodeParameterDeclarationExpression.cs
- xml.cs
- NodeFunctions.cs
- IdentifierCreationService.cs
- Root.cs
- DataColumnCollection.cs
- DocumentApplication.cs
- HtmlTableRowCollection.cs
- StyleSelector.cs
- EntityDataSourceDataSelectionPanel.cs
- CodeLabeledStatement.cs
- ISAPIRuntime.cs
- FloatSumAggregationOperator.cs
- NativeMethods.cs
- RolePrincipal.cs
- DoubleMinMaxAggregationOperator.cs
- ComplexType.cs
- BinaryConverter.cs
- InputLangChangeRequestEvent.cs
- SlipBehavior.cs
- MenuStrip.cs
- InheritablePropertyChangeInfo.cs
- AstTree.cs
- ChildTable.cs
- Mapping.cs
- WeakReferenceEnumerator.cs
- GenerateTemporaryAssemblyTask.cs
- VisemeEventArgs.cs
- XmlSignatureProperties.cs
- DependencyPropertyAttribute.cs
- EventMemberCodeDomSerializer.cs
- MarshalDirectiveException.cs
- SequenceDesignerAccessibleObject.cs